All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;reset_pass=1" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <tr>
4         <td class="admin_title bottom" height="30" colspan="2">
5                 <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td height="40" width="50%" class="bottom">
10                 {--ADMIN_SHOW_LOGIN--}
11         </td>
12         <td width="50%" class="bottom">
13                 <strong>$content[login]</strong><br />
14                 [<a href="{?URL?}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
15         </td>
16 </tr>
17 <tr>
18         <td height="40" width="50%" class="bottom">
19                 {--ADMIN_ENTER_PASSWORD1--}
20         </td>
21         <td width="50%" class="bottom">
22                 <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
23         </td>
24 </tr>
25 <tr>
26         <td height="40" width="50%" class="bottom">
27                 {--ADMIN_ENTER_PASSWORD2--}
28         </td>
29         <td width="50%" class="bottom">
30                 <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
31         </td>
32 </tr>
33 <tr>
34         <td class="admin_footer" colspan="2">
35                 <input type="hidden" name="hash" value="$content[hash]" />
36                 <input type="hidden" name="login" value="$content[login]" />
37                 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
38                 <input type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
39         </td>
40 </tr>
41 </table>
42 </form>
43
44 <div class="admin_note">
45         {--ADMIN_RESET_PASSWORD_NOTE--}
46 </div>