]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index 26009f56ecdad5103899bf01217dd83a99b3375e..e75c08a14d7b63f0ef75f19bfcc3be1b278eebdf 100644 (file)
@@ -1,11 +1,12 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" method="post">
+{%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="table_header bottom" colspan="2">
                <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
        </td>
 </tr>
+
 <tr>
        <td class="bottom">
                {--ADMIN_ENTER_LOGIN--}
                <input type="text" class="form_field" name="login" size="20" maxlength="255" />
        </td>
 </tr>
+
 <tr>
        <td class="table_footer" colspan="2">
-               <input type="hidden" name="hash" value="$content" />
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="validate_hash" class="form_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
+               <input type="submit" class="form_submit" name="validate_hash" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_VALIDATE_HASH_NOTE--}
-</div>
+       {--ADMIN_VALIDATE_HASH_NOTICE--}
 </div>