Changeset 6991 for branches


Ignore:
Timestamp:
08/10/12 16:48:50 (12 years ago)
Author:
eduardow
Message:

Ticket #3004 - Remover mascaras dos campos de telefone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/preferences/templates/default/changepersonaldata.tpl

    r3456 r6991  
    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.