]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
Fixed: 'hash' is always a GET parameter and it is 'admin_login', not 'login' which...
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index 748fabc57aa1780793e817f4c37fce0be098bdf7..9b5995cb4c72e0156af693c8c921f67de1e1624e 100644 (file)
@@ -1,28 +1,31 @@
-<form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1&amp;hash=$content%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td class="admin_title bottom2" height="30" colspan="2">
+       <td class="table_header bottom" colspan="2">
                <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
        </td>
 </tr>
+
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td class="bottom">
                {--ADMIN_ENTER_LOGIN--}
        </td>
-       <td width="50%" class="bottom2">
-               <input type="text" class="admin_normal" name="login" size="20" maxlength="255" />
+       <td class="bottom">
+               <input type="text" class="form_field" name="admin_login" size="20" maxlength="255" />
        </td>
 </tr>
+
 <tr>
-       <td class="admin_footer" colspan="2">
-               <input type="hidden" name="hash" value="$content" />
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="validate_hash" class="admin_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
+       <td class="table_footer" colspan="2">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="validate_hash" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
-<div class="admin_note">
-       {--ADMIN_VALIDATE_HASH_NOTE--}
+<div class="notice">
+       {--ADMIN_VALIDATE_HASH_NOTICE--}
 </div>