Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_list_mods.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_mods%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="7" class="table_header bottom" align="center">
6                 <strong>{--ADMIN_LIST_MODS_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" height="25" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_NAME--}</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
14         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
15         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
16         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
17         <td align="center" class="header_column bottom"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
18 </tr>
19
20 $content
21
22 <tr>
23         <td colspan="7" class="table_footer">
24                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
25                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_MODS_EDIT--}" />
26         </td>
27 </tr>
28 </table>
29 {%form_close%}
30 </div>
31
32 <div class="notice">
33         {--ADMIN_EDIT_MODS_NOTICE--}
34 </div>