Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
1 <form accept-charset="utf-8" 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>{--MODS_NAME--}</strong></td>
5                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
6                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
7                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
8                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
9                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
10         </tr>
11         $content
12         <tr>
13                 <td colspan="6" class="admin_footer"><input
14                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
15                 <input type="submit" name="change" class="admin_submit"
16                         value="{--SAVE_CHANGES--}" /></td>
17         </tr>
18 </table>
19 </form>