Commit 3363e6477c4d530eb496bdd6dd7560e35d7511de
1 parent
cc6edd24
Exists in
master
alteracoes no css
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/relatorio/relatorio.jsp
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </ul> |
18 | 18 | </div><br> |
19 | 19 | |
20 | - <div> | |
20 | + <div> | |
21 | 21 | <c:if test="${not empty mensagemValidacaoCamposOrgao}"> |
22 | 22 | <c:forEach items="${mensagemValidacaoCamposOrgao}" var="error"> |
23 | 23 | <div class="alinName"><a id="mensagemErroCampoVazio_${error.campo}" href="#${error.campo}">${error.mensagem}</a></div> |
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | |
29 | 29 | <div> |
30 | 30 | <c:if test="${not empty mensagemValidacaoCampos}"> |
31 | - <label id="tituloAvisos">Foram encontrados os seguintes erros:</label> | |
31 | + <label id="tituloAvisos" for="mensagemErroCampoVazio_${error.campo}">Foram encontrados os seguintes erros:</label> | |
32 | 32 | <c:forEach items="${mensagemValidacaoCampos}" var="error"> |
33 | 33 | <div class="alinName"> |
34 | 34 | <a id="mensagemErroCampoVazio_${error.campo}" | ... | ... |