]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index 373b32b2feeefe9eab4bdce13eea697fe69fe54b..af402508a62f499c4cab6e969cfa8ce797267d28 100644 (file)
@@ -1,17 +1,16 @@
-<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>
-       {!__CAT_ROWS!}
-       <TR>
-               <TD class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
-                       type="submit" name="ok" class="admin_delete"
-                       value="{--REMOVE_CATS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<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_title bottom">
+                       <strong>{--DELETE_CATEGORIES--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td align="center" 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>