More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
index b9f04681c5107e24aacb7ba28d15b0bd72d337d5..8ce4af86d951b927d8b74f60b3f4c6a350ef6147 100644 (file)
@@ -1,24 +1,25 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
        class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="4" class="admin_header bottom2"
-                       height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></TD>
-               <TD class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></TD>
-               <TD class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></TD>
-               <TD class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></TD>
-       </TR>
+       <tr>
+               <td align="center" colspan="4" class="admin_header bottom2"
+                       height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
+       </tr>
+       <tr>
+               <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
+               <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+               <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
+       </tr>
        {!__CAT_ROWS!}
-       <TR>
-               <TD class="admin_footer" colspan="4"><INPUT
+       <tr>
+               <td class="admin_footer" colspan="4"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="edit" class="admin_submit"
                        value="{--EDIT_CATS--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_CATS--}" /></TD>
-       </TR>
-</TABLE>
+                       name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
+       </tr>
+</table>
 </form>
+</div>