source: trunk/preferences/templates/default/changepassword.tpl @ 1511

Revision 1511, 976 bytes checked in by amuller, 15 years ago (diff)

Ticket #683 - Arrumando problema da tela de alterar senha do IE

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<br>
2   <center>{messages}</center>
3   <form method="POST" action="{form_action}">
4    <table border="0" width="400">
5     <tr>
6       <td width="50%">
7        {lang_enter_actual_password}
8       </td>
9       <td width="50%">
10        <input type="password" name="a_passwd">
11       </td>
12     </tr>
13     <tr>
14       <td width="50%">
15        {lang_enter_password}
16       </td>
17       <td width="50%">
18        <input type="password" name="n_passwd">
19       </td>
20     </tr>
21     <tr>
22       <td width="50%">
23        {lang_reenter_password}
24       </td>
25       <td width="50%">
26        <input type="password" name="n_passwd_2">
27       </td>
28     </tr>
29     <tr>
30       <td colspan="2">
31        <table cellspacing="5"><tr>
32         <td><input type="submit" name="change" value="{lang_change}"></td>
33         <td><input type="submit" name="cancel" value="{lang_cancel}"></td>
34        </tr></table>
35       </td>
36     </tr>
37    </table>
38   </form>
39   <br>
40   <pre>{sql_message}</pre>
Note: See TracBrowser for help on using the repository browser.