The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_reset_password_send_link.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="table_header bottom" colspan="2">
6                 <strong>{--ADMIN_RESET_PASSWORD_SEND_LINK_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="bottom">
11                 {--ADMIN_ENTER_EMAIL--}
12         </td>
13         <td class="bottom">
14                 <input type="text" class="form_field" name="email" size="20" maxlength="255" />
15         </td>
16 </tr>
17 <tr>
18         <td class="table_footer" colspan="2">
19                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
20                 <input type="submit" class="form_submit" name="send_link" value="{--ADMIN_RESET_PASSWORD_SEND_LINK_SUBMIT--}" />
21         </td>
22 </tr>
23 </table>
24 {%form_close%}
25 </div>
26
27 <div class="notice">
28         {--ADMIN_RESET_PASSWORD_SEND_LINK_NOTICE--}
29 </div>