]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_mods.tpl
0c015221ace0a5f351c2597babc60033d398377f
[mailer.git] / templates / de / html / admin / admin_edit_mods.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_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 <tr>
10         <td align="center" class="header_column bottom right" height="25"><strong>{--ADMIN_MODS_NAME--}</strong></td>
11         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
14         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
15         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
16 </tr>
17 $content
18 <tr>
19         <td colspan="6" class="table_footer">
20                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
21                 <input type="submit" class="form_submit" name="do_edit" value="{--SAVE_CHANGES--}" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}
26 </div>