HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_reset_password.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_ENTER_EMAIL--}
11         </TD>
12         <TD width="50%" class="bottom2">
13                 <INPUT type="email" class="admin_normal" name="email" size="20" maxlength="255" />
14         </TD>
15 </TR>
16 <TR>
17         <TD class="admin_footer" colspan="2">
18                 <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
19                 <INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
20         </TD>
21 </TR>
22 </TABLE>
23 </form>
24
25 <div class="admin_note">
26         {--ADMIN_RESET_PASSWORD_NOTE--}
27 </div>