Wernis extension can now contact the API
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=del"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0"
5         class="admin_table dashed" width="500">
6         <TR>
7                 <TD align="center" height="30" class="admin_header bottom2"><STRONG>{--DELETE_CATEGORIES--}:</STRONG></TD>
8         </TR>
9         {--__CAT_ROWS--}
10         <TR>
11                 <TD align="center" class="admin_footer"><INPUT type="reset"
12                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
13                         type="submit" name="ok" class="admin_delete"
14                         value="{--REMOVE_CATS--}"></TD>
15         </TR>
16 </TABLE>
17 </FORM>