]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_mods.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_edit_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 align="center" colspan="6" class="table_header bottom" height="40">
6                 <strong>{--ADMIN_MODS_EDIT_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" height="25"><strong>{--ADMIN_MODS_NAME--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
14         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
15         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
16         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
17 </tr>
18
19 $content
20
21 <tr>
22         <td colspan="6" class="table_footer">
23                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
24                 <input type="submit" class="form_submit" name="do_edit" value="{--SAVE_CHANGES--}" />
25         </td>
26 </tr>
27 </table>
28 {%form_close%}
29 </div>