source: branches/2.4/preferences/templates/default/changepersonaldata.tpl @ 6991

Revision 6991, 1.7 KB checked in by eduardow, 12 years ago (diff)

Ticket #3004 - Remover mascaras dos campos de telefone.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<br>
2
3   <center>{messages}</center>
4
5   <form method="POST" action="{form_action}">
6    <table border="0">
7     <tr>
8       <td>
9        {lang_commercial_telephonenumber}:
10       </td>
11       <td>
12        <input type="input" autocomplete="off" name="telephonenumber" size=12 value="{telephonenumber}" maxlength="13">
13       </td>
14     </tr>
15     <tr>
16        <td colspan="2" width="60px">
17                <p style="text-align:justify; width:350px;"><b><font color='red'>{lang_ps_commercial_telephonenumber}</font></b></p>
18        </td>
19     </tr>
20     <tr><td colspan=2 height="20px"></td></tr>
21     <tr>
22       <td>
23        {lang_mobile_telephonenumber}:
24       </td>
25       <td>
26        <input type="input" autocomplete="off" name="mobile" size=12 value="{mobile}" maxlength="13">
27       </td>
28     </tr>
29     <tr>
30       <td>
31        {lang_homephone_telephonenumber}:
32       </td>
33       <td>
34        <input type="input" autocomplete="off" name="homephone" size=12 value="{homephone}" maxlength="13">
35       </td>
36     </tr>
37         <tr>
38       <td>{lang_birthday}:</td>
39                        <td>
40                                <input style="text-align: center;" title="Data de Nascimento" name="datanascimento" maxlength="10" size="12" type="text" value="{datanascimento}" onkeyup="formatDate(this)";>                         
41                        </td>
42       
43       <td>       
44     </tr>
45        <tr><td colspan=2 height="20px"></td></tr>
46     
47     <tr>
48       <td colspan="3">
49        <table cellspacing="0"><tr><br>
50         <td><input type="submit" name="change" value="{lang_change}"></td>
51                 <td>&nbsp;&nbsp;</td>
52         <td><input type="submit" name="cancel" value="{lang_cancel}"></td>
53        </tr></table>
54       </td>
55     </tr>
56    </table>
57   </form>
58   <br>
59   <pre>{sql_message}</pre>
Note: See TracBrowser for help on using the repository browser.