f912ae27f0b22a9cdd6770d9ce4c38fb1d38d93d
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_rewrite"
2         method="POST" style="bottom-margin: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0"
4         class="admin_table dashed" width="520">
5         <TR>
6                 <TD class="admin_header bottom2 right2" align="center" height="30">
7                 <STRONG>{--MODULE_NAME--}</STRONG></TD>
8                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--MODULE_TITLE--}</STRONG>
9                 </TD>
10                 <TD class="admin_header bottom2" align="center"><STRONG>{--MODULE_SKIPPED--}</STRONG>
11                 </TD>
12         </TR>
13         {!__MODULE_ROWS!}
14         <TR>
15                 <TD colspan="3" class="admin_footer"><INPUT
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
17                 <INPUT type="submit" name="ok" class="admin_submit"
18                         value="{--SAVE_SETTINGS--}"></TD>
19         </TR>
20 </TABLE>
21 </FORM>
22
23 <DIV class="admin_note"><STRONG>{--ADMIN_CONFIG_REWRITE_NOTE--}</STRONG>
24 </DIV>