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