]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_reset_link.tpl
Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_send_reset_link.tpl
index 3bc53e81dde2eb6b65ad1b275574f19e3362f928..4dcddd238152c37d57eaa5be302cd6906410316e 100644 (file)
@@ -1,28 +1,27 @@
-<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">
+<form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
+<table border="0" cellspacing="0" cellpadding="0" 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">
                {--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--}" />&nbsp;*
-               <INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_SEND_RESET_LINK_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
-</FORM>
+       </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>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--ADMIN_SEND_RESET_LINK_NOTE--}
-</DIV>
+</div>