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