Commit 60e2739d37f9098b3191b5bdf3dadd2eb833b15f
1 parent
8ac9ea31
Exists in
master
and in
1 other branch
Substituição das imagens por imagens decorativas (css)
Showing
1 changed file
with
5 additions
and
8 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/detalhesAvaliacao.jsp
@@ -235,16 +235,13 @@ | @@ -235,16 +235,13 @@ | ||
235 | </legend> | 235 | </legend> |
236 | 236 | ||
237 | <br> | 237 | <br> |
238 | - <img | ||
239 | - src="${pageContext.request.contextPath}/inicial_arquivos/imagens/pdf.png" | ||
240 | - alt="pdf" title="Gerar em PDF"> | ||
241 | - <input type="radio" id="tiporel" value="4" checked="checked"><label | ||
242 | - for="tiporel">PDF</label> | 238 | + <div id="pdf"> |
239 | + <input type="radio" id="tiporel" value="4" checked="checked"><label for="tiporel">PDF</label> | ||
243 | <input type="hidden" name="rn" value="${rn}"> | 240 | <input type="hidden" name="rn" value="${rn}"> |
244 | <input type="hidden" name="isError" value="${isError}"> | 241 | <input type="hidden" name="isError" value="${isError}"> |
245 | - <input class="submit" name="executar" value="Executar" | ||
246 | - type="submit"> | ||
247 | - | 242 | + <input class="submit" name="executar" value="Executar" type="submit"> |
243 | + </div> | ||
244 | + | ||
248 | </fieldset> | 245 | </fieldset> |
249 | </form> | 246 | </form> |
250 | </div> | 247 | </div> |