"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_mods_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="680"
4         class="admin_table dashed">
5         <TR>
6                 <TD align="center" class="admin_title bottom2 right2" height="25"><STRONG>{--MODS_NAME--}</STRONG></TD>
7                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
8                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_LOCKED--}</STRONG></TD>
9                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_HIDDEN--}</STRONG></TD>
10                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_ADMIN--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
12         </TR>
13         {!__MODS_ROWS!}
14         <TR>
15                 <TD colspan="6" class="admin_footer"><INPUT
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                 <INPUT type="submit" name="change" class="admin_submit"
18                         value="{--SAVE_CHANGES--}" /></TD>
19         </TR>
20 </TABLE>
21 </FORM>