The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="table_header bottom" colspan="2">
6                 <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom">
12                 {--ADMIN_SHOW_LOGIN--}
13         </td>
14         <td class="bottom">
15                 <div><strong>$content[admin_login]</strong></div>
16                 <div>[<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]</div>
17         </td>
18 </tr>
19
20 <tr>
21         <td class="bottom">
22                 {--ADMIN_ENTER_NEW_PASSWORD1--}
23         </td>
24         <td class="bottom">
25                 <input type="password" class="form_field" name="admin_password1" size="20" maxlength="255" />
26         </td>
27 </tr>
28
29 <tr>
30         <td class="bottom">
31                 {--ADMIN_ENTER_NEW_PASSWORD2--}
32         </td>
33         <td class="bottom">
34                 <input type="password" class="form_field" name="admin_password2" size="20" maxlength="255" />
35         </td>
36 </tr>
37
38 <tr>
39         <td class="table_footer" colspan="2">
40                 <input type="hidden" name="hash" value="$content[hash]" />
41                 <input type="hidden" name="login" value="$content[admin_login]" />
42                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
43                 <input type="submit" class="form_submit" name="reset_pass" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
44         </td>
45 </tr>
46 </table>
47 {%form_close%}
48 </div>
49
50 <div class="notice">
51         {--ADMIN_RESET_PASSWORD_NOTICE--}
52 </div>