Commit e6db4b6de25805af5a5d9f7c4d54db6d58b6edad

Authored by Leandro Arndt
1 parent d349028b
Exists in master

Resolução do tíquete #2.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
restrito/sis_usuario/cadastro.php
... ... @@ -81,7 +81,7 @@
81 81 <tr>
82 82 <td>Matrícula:</td>
83 83 <td>
84   - <input type="text" id="matricula" name="matricula" value="<?php echo $matricula; ?>" maxlength="6" size="10" title="Informe os 6 digitos da matricula" onkeyup="soNumero(this);" />
  84 + <input type="text" id="matricula" name="matricula" value="<?php echo $matricula; ?>" maxlength="8" size="10" title="Informe até 8 dígitos de matricula" onkeyup="soNumero(this);" />
85 85 CPF:<input type="text" id="cpf" name="cpfusuario" value="<?php echo $cpfusuario; ?>" maxlength="11" size="12" title="Informe os 11 digitos do CPF" onkeyup="soNumero(this);" />
86 86 </td>
87 87 </tr>
... ...