]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index c46048ed1f5f74b5e270c2a34794c7a5b0be59a8..61ab2747928815d9e7de56a548dc1aa3746b8cd4 100644 (file)
@@ -1,17 +1,17 @@
-<FORM
+<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>
-       {--__CAT_ROWS--}
-       <TR>
-               <TD align="center" class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
+       <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"
+                       class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
                        type="submit" name="ok" class="admin_delete"
-                       value="{--REMOVE_CATS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{--REMOVE_CATS--}" /></td>
+       </tr>
+</table>
+</form>