]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_reset_link.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_send_reset_link.tpl
index 96ba518a15c396323cc49adf0080d5829cb5920b..b402d080548645e32cff6a1927482b7b745ca065 100644 (file)
@@ -1,27 +1,29 @@
+<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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td class="admin_title bottom" colspan="2">
+       <td class="table_header bottom" colspan="2">
                <strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_ENTER_EMAIL--}
        </td>
-       <td width="50%" class="bottom">
-               <input type="text" class="admin_normal"  name="email" size="20" maxlength="255" />
+       <td class="bottom">
+               <input type="text" class="form_field" 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_SEND_RESET_LINK_SUBMIT--}" />
+       <td class="table_footer" colspan="2">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="send_link" class="form_submit" value="{--ADMIN_SEND_RESET_LINK_SUBMIT--}" />
        </td>
 </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_SEND_RESET_LINK_NOTE--}
 </div>
+</div>