Obsolete update check replaced with SVN revision
[mailer.git] / templates / de / html / admin / admin_reset_password.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_ENTER_EMAIL--}
12         </TD>
13         <TD width="50%" class="bottom2">
14                 <INPUT type="email" name="email" size="20" maxlength="255" />
15         </TD>
16 </TR>
17 <TR>
18         <TD class="admin_footer" colspan="2">
19                 <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
20                 <INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
21         </TD>
22 </TR>
23 </TABLE>
24 </FORM>
25
26 <DIV class="admin_note">
27         {--ADMIN_RESET_PASSWORD_NOTE--}
28 </DIV>