More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_email_del.tpl
index b2e39b030bdcb4068a9615524e40ae7462bda904..0bf0c503060e218469a395ba206c610a3e7216f3 100644 (file)
@@ -1,19 +1,19 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=config_email&amp;do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_email&amp;do=del" method="POST">
+<table border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" height="30" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></TD>
-       </TR>
+       <tr>
+               <td align="center" height="30" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></td>
+       </tr>
        {!__ROWS!}
-       <TR>
-               <TD align="center"><INPUT type="reset" class="admin_reset"
+       <tr>
+               <td align="center"><INPUT type="reset" class="admin_reset"
                        value="{--CLEAR_FORM--}" /> <INPUT type="submit"
-                       name="ok" class="admin_submit" value="{--REMOVE_MREC--}" /></TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       name="ok" class="admin_submit" value="{--REMOVE_MREC--}" /></td>
+       </tr>
+       <tr>
+               <td height="5" class="seperator">&nbsp;</td>
+       </tr>
+</table>
 </form>
+</div>