Commit 27dd608e55eb398aed393aeca822fff8306e5768

Authored by Adriano Vieira
1 parent ced717d5
Exists in master and in 1 other branch 3.1

Atualização do "trunk"

- fixada o tamanho de entrada para o campo "telefone" (#26)

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@258 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
admin/redes/incluir_rede.php
... ... @@ -550,7 +550,7 @@ MM_reloadPage(true);
550 550 <td>&nbsp;</td>
551 551 <td> <input name="frm_nm_pessoa_contato1" type="text" id="frm_nm_pessoa_contato12" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
552 552 </td>
553   - <td> <input name="frm_nu_telefone1" type="text" id="frm_nu_telefone12" size="12" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
  553 + <td> <input name="frm_nu_telefone1" type="text" id="frm_nu_telefone12" size="12" maxlength="11" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
554 554 </td>
555 555 <td>&nbsp;</td>
556 556 </tr>
... ... @@ -586,7 +586,7 @@ MM_reloadPage(true);
586 586 <td>&nbsp;</td>
587 587 <td> <input name="frm_nm_pessoa_contato2" type="text" id="frm_nm_pessoa_contato2" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
588 588 </td>
589   - <td> <input name="frm_nu_telefone2" type="text" id="frm_nu_telefone2" size="12" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
  589 + <td> <input name="frm_nu_telefone2" type="text" id="frm_nu_telefone2" size="12" maxlength="11" class="normal" onFocus="SetaClassDigitacao(this);" onBlur="SetaClassNormal(this);" >
590 590 </td>
591 591 <td>&nbsp;</td>
592 592 </tr>
... ...