HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
3 <TR>
4         <TD class="admin_title bottom2" height="30" colspan="2">
5                 <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
6         </TD>
7 </TR>
8 <TR>
9         <TD height="40" width="50%" class="bottom2">
10                 {--ADMIN_SHOW_LOGIN--}
11         </TD>
12         <TD width="50%" class="bottom2">
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="bottom2">
19                 {--ADMIN_ENTER_PASSWORD1--}
20         </TD>
21         <TD width="50%" class="bottom2">
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="bottom2">
27                 {--ADMIN_ENTER_PASSWORD2--}
28         </TD>
29         <TD width="50%" class="bottom2">
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>