]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 75db5347bedff9f3c303f00782fcfd29984c9bb0..c51230ef43a5b14703d3abe743cb9a2e3b983324 100644 (file)
@@ -1,32 +1,33 @@
-<form accept-charset="utf-8" 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 bottom" height="30" colspan="2">
+       <td class="admin_title bottom" colspan="2">
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_SHOW_LOGIN--}
        </td>
-       <td width="50%" class="bottom">
-               <strong>$content[login]</strong><br />
-               [<a href="{?URL?}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
+       <td class="bottom">
+               <div><strong>$content[login]</strong></div>
+               <div>[<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]</div>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_ENTER_PASSWORD1--}
        </td>
-       <td width="50%" class="bottom">
+       <td class="bottom">
                <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_ENTER_PASSWORD2--}
        </td>
-       <td width="50%" class="bottom">
+       <td class="bottom">
                <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
        </td>
 </tr>
@@ -44,3 +45,4 @@
 <div class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
 </div>
+</div>