Commit 8e1f1f225bfeb12512a12968b868b06931088abf
1 parent
2c6246b5
Exists in
master
alteraçao no length das perguntas 3 e 19
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | |
66 | 66 | <label for="espacoReclamacao">3) Com relação a pergunta anterior, caso tenha respondido "Sim", mencione abaixo quando e por quem houve a reclamação e qual foi a reclamação:</label><br> |
67 | 67 | <input type="hidden" name="hEspacoReclamacao" value="9" /> |
68 | - <textarea name="espacoReclamacao" id="espacoReclamacao" rows="8" cols="100" maxlength="800"><c:if test="${espacoReclamacao != null}">${espacoReclamacao}</c:if></textarea> | |
68 | + <textarea name="espacoReclamacao" id="espacoReclamacao" rows="8" cols="100" maxlength="1000"><c:if test="${espacoReclamacao != null}">${espacoReclamacao}</c:if></textarea> | |
69 | 69 | <br><br> |
70 | 70 | |
71 | 71 | <label for="perguntaEstimulo" class="obrigatorio">4) O Órgão tem estimulado seus servidores e parceiros a realizarem capacitações sobre acessibilidade em ambientes digitais?</label> |
... | ... | @@ -608,7 +608,7 @@ |
608 | 608 | |
609 | 609 | <label for="dificuldadePrazo">19) Mencione abaixo as dificuldades para o atendimento do prazo previsto na legislação para o estabelecimento da acessibilidade digital, caso o órgao esteja enfrentando estas dificuldades:</label> |
610 | 610 | <input type="hidden" name="hDificuldadePrazo" value="26" /> |
611 | - <textarea name="dificuldadePrazo" id="dificuldadePrazo" rows="8" cols="100" maxlength="600"><c:if test="${dificuldadePrazo != null}">${dificuldadePrazo}</c:if></textarea><br><br> | |
611 | + <textarea name="dificuldadePrazo" id="dificuldadePrazo" rows="8" cols="100" maxlength="1000"><c:if test="${dificuldadePrazo != null}">${dificuldadePrazo}</c:if></textarea><br><br> | |
612 | 612 | |
613 | 613 | <div><h3>Leis, Documentos e Sítios referenciados neste formulário:</h3> |
614 | 614 | <ul> | ... | ... |