]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_email.tpl
index 594a37534d6b1f40ff7d3fd1a43c4ef5256b1a3b..10b3990f8c2edc5a1a97264abc49404286d7c5fb 100644 (file)
@@ -1,23 +1,24 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_email"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_email" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
        class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
-               <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></TD>
-               <TD class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></TD>
-       </TR>
+       <tr>
+               <td align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
+               <td class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
+       </tr>
        {!__ROWS!}
-       <TR>
-               <TD align="center" colspan="3" class="admin_footer"><INPUT
+       <tr>
+               <td align="center" colspan="3" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="edit" class="admin_submit"
                        value="{--EDIT_MAX_V--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></TD>
-       </TR>
-</TABLE>
+                       name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></td>
+       </tr>
+</table>
 </form>
+</div>