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

Revision 1512, 966 bytes checked in by rodsouza, 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">
5     <tr>
6       <td>
7        {lang_enter_actual_password}
8       </td>
9       <td>
10        <input type="password" name="a_passwd" style="overflow:auto !important">
11       </td>
12     </tr>
13     <tr>
14       <td>
15        {lang_enter_password}
16       </td>
17       <td>
18        <input type="password" name="n_passwd" style="overflow:auto !important">
19       </td>
20     </tr>
21     <tr>
22       <td>
23        {lang_reenter_password}
24       </td>
25       <td>
26        <input type="password" name="n_passwd_2" style="overflow:auto !important">
27       </td>
28     </tr>
29     <tr>
30       <td>
31        &nbsp;
32       </td>
33       <td>
34           <br/>
35        <input type="submit" name="change" value="{lang_change}">
36        &nbsp;
37        <input type="submit" name="cancel" value="{lang_cancel}">
38       </td>
39     </tr>
40    </table>
41   </form>
42   <br>
43   <pre>{sql_message}</pre>
Note: See TracBrowser for help on using the repository browser.