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,7 +81,7 @@
81 <tr> 81 <tr>
82 <td>Matrícula:</td> 82 <td>Matrícula:</td>
83 <td> 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 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);" /> 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 </td> 86 </td>
87 </tr> 87 </tr>