]> 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 fc7db05f5c021bdc9651270126f5fff7355477e3..b402d080548645e32cff6a1927482b7b745ca065 100644 (file)
@@ -1,28 +1,29 @@
-<BR />
-<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">
-               <STRONG>{--ADMIN_SEND_RESET_LINK_TITLE--}</STRONG>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+<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="table dashed">
+<tr>
+       <td class="table_header bottom" colspan="2">
+               <strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
+       </td>
+</tr>
+<tr>
+       <td class="bottom">
                {--ADMIN_ENTER_EMAIL--}
-       </TD>
-       <TD width="50%" class="bottom2">
-               <INPUT type="text"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_SEND_RESET_LINK_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
-</FORM>
+       </td>
+       <td class="bottom">
+               <input type="text" class="form_field" name="email" size="20" maxlength="255" />
+       </td>
+</tr>
+<tr>
+       <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>
+</div>