]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_reset_password.tpl
index 804616817d981a14a24b46ff885d4317d36e6ccd..3d462c1c673a57f654d9866fdaf7d4c3d7b002b8 100644 (file)
@@ -1,27 +1,29 @@
-<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">
+<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_RESET_PASSWORD_TITLE--}</strong>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td class="bottom">
                {--ADMIN_ENTER_EMAIL--}
-       </TD>
-       <TD width="50%" class="bottom2">
-               <INPUT type="email" class="admin_normal" name="email" size="20" maxlength="255" />
-       </TD>
-</TR>
-<TR>
-       <TD class="admin_footer" colspan="2">
-               <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+       <td class="bottom">
+               <input type="email" class="admin_normal" name="email" size="20" maxlength="255" />
+       </td>
+</tr>
+<tr>
+       <td class="admin_footer" colspan="2">
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
+       </td>
+</tr>
+</table>
 </form>
 
 <div class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
 </div>
+</div>