]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index dc53d3e580dbf50ee72350b84f2d74af3d4da2a6..200c1b0342367460df8f5673800d5977df6316ec 100644 (file)
@@ -1,17 +1,15 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<form action="{?URL?}/modules.php?module=admin&amp;what=config_cats&do=del" method="post">
+<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"
-                       class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
+       <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>