Commit 9485064202c4453be6e5ce1d3736a9b8f11cf137

Authored by fabricio
1 parent 17f5fe2b
Exists in master

alteracao no maxlength

WebContent/WEB-INF/jsp/contato/contato.jsp
... ... @@ -6,7 +6,8 @@
6 6 <t:baseLayout>
7 7 <jsp:body>
8 8  
9   - <div>
  9 + <div>
  10 +
10 11 <c:if test="${not empty mensagem}">
11 12 <label id="tituloAvisos" for="mensagem_${error.campo}">Foram encontrados os seguintes erros:</label>
12 13 <c:forEach items="${mensagem}" var="error">
... ...
WebContent/WEB-INF/jsp/login/login.jsp
... ... @@ -5,6 +5,7 @@
5 5  
6 6 <t:baseLayout>
7 7 <jsp:body>
  8 +
8 9  
9 10 <div class="funcionalidades">
10 11 <ul class="breadcrumb">
... ...
WebContent/WEB-INF/jsp/relatorio/relatorio.jsp
... ... @@ -5,6 +5,7 @@
5 5  
6 6 <t:baseLayout>
7 7 <jsp:body>
  8 +
8 9  
9 10 <div class="funcionalidades">
10 11 <ul class="breadcrumb">
... ...