Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
1 <div align="center">
2 <form action="{?URL?}/modules.php?module=admin&amp;what=config_cats" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="4" class="admin_header bottom2"
6                         height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
7         </tr>
8         <tr>
9                 <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
11                 <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
12                 <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
13         </tr>
14         {!__CAT_ROWS!}
15         <tr>
16                 <td class="admin_footer" colspan="4"><input
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                 <input type="submit" name="edit" class="admin_submit"
19                         value="{--EDIT_CATS--}" /> <input type="submit"
20                         name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
21         </tr>
22 </table>
23 </form>
24 </div>