More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index dc53d3e580dbf50ee72350b84f2d74af3d4da2a6..61ab2747928815d9e7de56a548dc1aa3746b8cd4 100644 (file)
@@ -1,17 +1,17 @@
 <form
        action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=del"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></TD>
-       </TR>
+       <tr>
+               <td align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></td>
+       </tr>
        {!__CAT_ROWS!}
-       <TR>
-               <TD class="admin_footer"><INPUT type="reset"
+       <tr>
+               <td class="admin_footer"><INPUT type="reset"
                        class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
                        type="submit" name="ok" class="admin_delete"
-                       value="{--REMOVE_CATS--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--REMOVE_CATS--}" /></td>
+       </tr>
+</table>
 </form>