c83007d15f9faa0e20412ed4ba82661e45843536
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1&amp;hash=$content%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="table_header bottom" colspan="2">
6                 <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom">
12                 {--ADMIN_ENTER_LOGIN--}
13         </td>
14         <td class="bottom">
15                 <input type="text" class="form_field" name="login" size="20" maxlength="255" />
16         </td>
17 </tr>
18
19 <tr>
20         <td class="table_footer" colspan="2">
21                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
22                 <input type="submit" name="validate_hash" class="form_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
23         </td>
24 </tr>
25 </table>
26 {%form_close%}
27 </div>
28
29 <div class="notice">
30         {--ADMIN_VALIDATE_HASH_NOTICE--}
31 </div>