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