]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index 7ef070ddd23eefd2b68ff1e5b203b1fa6597ae6f..b6b7f3171b8cf815cc5e062100ca1b6066fae2c5 100644 (file)
@@ -1,23 +1,23 @@
-<form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
-       <td class="admin_title bottom2" height="30" colspan="2">
+       <td class="admin_title bottom" height="30" colspan="2">
                <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td height="40" width="50%" class="bottom">
                {--ADMIN_ENTER_LOGIN--}
        </td>
-       <td width="50%" class="bottom2">
-               <INPUT type="text" class="admin_normal" name="login" size="20" maxlength="255" />
+       <td width="50%" class="bottom">
+               <input type="text" class="admin_normal" name="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--}" />
+               <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>
 </tr>
 </table>