Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
1 <form action="{?URL?}/modules.php?module=admin&amp;what=config_cats&do=del" method="post">
2 <table border="0" cellspacing="0" cellpadding="0"
3         class="admin_table dashed" width="500">
4         <tr>
5                 <td align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></td>
6         </tr>
7         {!__CAT_ROWS!}
8         <tr>
9                 <td class="admin_footer"><input type="reset"
10                         class="admin_reset" value="{--CLEAR_FORM--}" /> <input
11                         type="submit" name="ok" class="admin_delete"
12                         value="{--REMOVE_CATS--}" /></td>
13         </tr>
14 </table>
15 </form>