Changeset 6969 for trunk


Ignore:
Timestamp:
08/08/12 18:07:59 (12 years ago)
Author:
gustavo
Message:

Ticket #3004 - Remover mascaras dos campos de telefone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/templates/default/changepersonaldata.tpl

    r3456 r6969  
    1010       </td> 
    1111       <td> 
    12         <input type="input" autocomplete="off" name="telephonenumber" size=12 value="{telephonenumber}" maxlength="13" onkeyUp="FormatTelephoneNumber(event, this);">&nbsp;(xx)xxxx-xxxx 
     12        <input type="input" autocomplete="off" name="telephonenumber" size=12 value="{telephonenumber}" maxlength="13"> 
    1313       </td> 
    1414     </tr> 
     
    2424       </td> 
    2525       <td> 
    26         <input type="input" autocomplete="off" name="mobile" size=12 value="{mobile}" maxlength="13" onkeyUp="FormatTelephoneNumber(event, this);">&nbsp;(xx)xxxx-xxxx 
     26        <input type="input" autocomplete="off" name="mobile" size=12 value="{mobile}" maxlength="13"> 
    2727       </td> 
    2828     </tr> 
     
    3232       </td> 
    3333       <td> 
    34         <input type="input" autocomplete="off" name="homephone" size=12 value="{homephone}" maxlength="13" onkeyUp="FormatTelephoneNumber(event, this);">&nbsp;(xx)xxxx-xxxx 
     34        <input type="input" autocomplete="off" name="homephone" size=12 value="{homephone}" maxlength="13"> 
    3535       </td> 
    3636     </tr> 
Note: See TracChangeset for help on using the changeset viewer.