]> 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 08fe1bbb41db2254fb3e118223497ad1b73f0e07..f60f8a660d904a4ea20d66281825d8c98d5aa188 100644 (file)
@@ -1,15 +1,16 @@
-<form action="{?URL?}/modules.php?module=admin&amp;reset_pass=1" method="post">
+<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 bottom2" height="30" colspan="2">
+       <td class="admin_title 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">
+       <td class="bottom">
                <input type="text" class="admin_normal" name="login" size="20" maxlength="255" />
        </td>
 </tr>
@@ -26,3 +27,4 @@
 <div class="admin_note">
        {--ADMIN_VALIDATE_HASH_NOTE--}
 </div>
+</div>