Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_mods_list.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="680"
4         class="admin_table dashed">
5         <TR>
6                 <TD align="center" class="admin_title bottom2 right2" height="25"><STRONG>{--ID_SELECT--}</STRONG></TD>
7                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_NAME--}</STRONG></TD>
8                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
9                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_LOCKED--}</STRONG></TD>
10                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_HIDDEN--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_ADMIN--}</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
13         </TR>
14         {!__MODS_ROWS!}
15         <TR>
16                 <TD colspan="7" class="admin_footer"><INPUT
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
18                 <INPUT type="submit" name="edit" class="admin_submit"
19                         value="{--MODS_EDIT--}"></TD>
20         </TR>
21 </TABLE>
22 </FORM>
23
24 <DIV class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</DIV>