Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_cats"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
4         class="admin_table dashed">
5         <TR>
6                 <TD align="center" colspan="4" class="admin_header bottom2"
7                         height="50"><STRONG>{--EDIT_DEL_CATEGORIES--}</STRONG></TD>
8         </TR>
9         <TR>
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>
14         </TR>
15         {!__CAT_ROWS!}
16         <TR>
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>
22         </TR>
23 </TABLE>
24 </FORM>