]> 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 d5577eb51d6b9e198b08b0ba20f8523ee393f74f..c51230ef43a5b14703d3abe743cb9a2e3b983324 100644 (file)
@@ -1,3 +1,4 @@
+<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>
 <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>
@@ -6,27 +7,27 @@
        </td>
 </tr>
 <tr>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_SHOW_LOGIN--}
        </td>
                {--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>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_ENTER_PASSWORD1--}
        </td>
                {--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>
                <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>
                {--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>
                <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 class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
 </div>
+</div>