Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index 200c1b0342367460df8f5673800d5977df6316ec..ef57ae2068f83212dadfde7d12e48785775341cf 100644 (file)
@@ -1,15 +1,14 @@
-<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">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_cats&amp;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>
-       {!__CAT_ROWS!}
+       $content
        <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>
+               <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>