]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_rewrite.tpl
HTML->XHTML preparation (still *A LOT* to convert
[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--}" />
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>