Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
1 <BR />
2 <FORM action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
4 <TR>
5         <TD class="admin_title bottom2" height="30" colspan="2">
6                 <STRONG>{--ADMIN_RESET_PASSWORD_TITLE--}</STRONG>
7         </TD>
8 </TR>
9 <TR>
10         <TD height="40" width="50%" class="bottom2">
11                 {--ADMIN_SHOW_LOGIN--}
12         </TD>
13         <TD width="50%" class="bottom2">
14                 <STRONG>$content[login]</STRONG><BR />
15                 [<A href="{!URL!}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</A>]
16         </TD>
17 </TR>
18 <TR>
19         <TD height="40" width="50%" class="bottom2">
20                 {--ADMIN_ENTER_PASSWORD1--}
21         </TD>
22         <TD width="50%" class="bottom2">
23                 <INPUT type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
24         </TD>
25 </TR>
26 <TR>
27         <TD height="40" width="50%" class="bottom2">
28                 {--ADMIN_ENTER_PASSWORD2--}
29         </TD>
30         <TD width="50%" class="bottom2">
31                 <INPUT type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
32         </TD>
33 </TR>
34 <TR>
35         <TD class="admin_footer" colspan="2">
36                 <INPUT type="hidden" name="hash" value="$content[hash]" />
37                 <INPUT type="hidden" name="login" value="$content[login]" />
38                 <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
39                 <INPUT type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
40         </TD>
41 </TR>
42 </TABLE>
43 </FORM>
44
45 <DIV class="admin_note">
46         {--ADMIN_RESET_PASSWORD_NOTE--}
47 </DIV>