]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index fdafa7432b0e029733476552c97a0d9dae16e8dc..f60f8a660d904a4ea20d66281825d8c98d5aa188 100644 (file)
@@ -1,29 +1,30 @@
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
-       <TD class="admin_title bottom2" height="30" colspan="2">
-               <STRONG>{--ADMIN_VALIDATE_HASH_TITLE--}</STRONG>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+<div align="center">
+<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 bottom" colspan="2">
+               <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
+       </td>
+</tr>
+<tr>
+       <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>
-</TR>
-<TR>
-       <TD class="admin_footer" colspan="2">
-               <INPUT type="hidden" name="hash" value="$content" />
-               <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
-               <INPUT type="submit" name="validate_hash" class="admin_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
-</FORM>
+       </td>
+       <td 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--}" />
+       </td>
+</tr>
+</table>
+</form>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--ADMIN_VALIDATE_HASH_NOTE--}
-</DIV>
+</div>
+</div>