mailer project continued:
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" method="post">
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 <tr>
10         <td class="bottom">
11                 {--ADMIN_ENTER_LOGIN--}
12         </td>
13         <td class="bottom">
14                 <input type="text" class="form_field" name="login" size="20" maxlength="255" />
15         </td>
16 </tr>
17 <tr>
18         <td class="table_footer" colspan="2">
19                 <input type="hidden" name="hash" value="$content" />
20                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
21                 <input type="submit" name="validate_hash" class="form_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
22         </td>
23 </tr>
24 </table>
25 </form>
26 </div>
27
28 <div class="notice">
29         {--ADMIN_VALIDATE_HASH_NOTICE--}
30 </div>