Commit 695d1c41faf2aecd77487c0d913c1ecc1c597369
1 parent
be714a64
Exists in
master
css e length
Showing
3 changed files
with
6 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/formularioOrgao/formularioOrgao.jsp
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <input type="hidden" name="hNomePessoa" value="2"/><label for="nomePessoa" class="obrigatorio">Nome completo:</label> |
46 | 46 | <input type="text" name="nomePessoa" id="nomePessoa" size="50" maxlength="50" value="${nomePessoa}" required><br><br> |
47 | 47 | <label for="cargo" class="obrigatorio">Cargo que ocupa:</label> |
48 | - <input type="hidden" name="hCargo" value="3"/><input type="text" name="cargo" id="cargo" size="50" maxlength="50" value="${cargo}" required><br><br> | |
48 | + <input type="hidden" name="hCargo" value="3"/><input type="text" name="cargo" id="cargo" size="70" maxlength="70" value="${cargo}" required><br><br> | |
49 | 49 | <label for="telefone" class="obrigatorio">Telefone (com DDD):</label> |
50 | 50 | <input type="hidden" name="hTelefone" value="4"/><input type="tel" name="telefone" id="telefone" size="50" maxlength="50" value="${telefone}" required><br><br> |
51 | 51 | <label for="email" class="obrigatorio">E-mail:</label> | ... | ... |
WebContent/WEB-INF/jsp/relatorio/relatorioImprimir.jsp