1 <FORM action="{!URL!}/modules.php?module=admin&what=config_cats"
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
4 class="admin_table dashed">
6 <TD align="center" colspan="4" class="admin_header bottom2"
7 height="50"><STRONG>{--EDIT_DEL_CATEGORIES--}</STRONG></TD>
10 <TD class="admin_title bottom2 right2" width="40" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
11 <TD class="admin_title bottom2 right2" align="center"><STRONG>{--CATNAME--}</STRONG></TD>
12 <TD class="admin_title bottom2 right2" width="120" align="center"><STRONG>{--IS_VISIBLE--}</STRONG></TD>
13 <TD class="admin_title bottom2" width="120" align="center"><STRONG>{--SORTING_KEY--}</STRONG></TD>
17 <TD class="admin_footer" colspan="4"><INPUT
18 type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"> *
19 <INPUT type="submit" name="edit" class="admin_submit"
20 value="{--EDIT_CATS--}"> * <INPUT type="submit"
21 name="del" class="admin_delete" value="{--DEL_CATS--}"></TD>