]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_del_cats.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[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 class="admin_footer"><input type="reset"
12                         class="admin_reset" value="{--CLEAR_FORM--}" /> <input
13                         type="submit" name="ok" class="admin_delete"
14                         value="{--REMOVE_CATS--}" /></td>
15         </tr>
16 </table>
17 </form>