]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_reset_link.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_send_reset_link.tpl
index 96ba518a15c396323cc49adf0080d5829cb5920b..682387f228bb97a3d588852bcc071255068bfa19 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>
@@ -6,10 +7,10 @@
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_ENTER_EMAIL--}
        </td>
-       <td width="50%" class="bottom">
+       <td class="bottom">
                <input type="text" class="admin_normal"  name="email" size="20" maxlength="255" />
        </td>
 </tr>
@@ -25,3 +26,4 @@
 <div class="admin_note">
        {--ADMIN_SEND_RESET_LINK_NOTE--}
 </div>
+</div>