HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=config_newsletter"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
5         width="520" class="admin_table dashed">
6         <TR>
7                 <TD class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</TD>
8                 <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
9                 </TD>
10                 <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
14         </TR>
15         <TR>
16                 <TD width="10" class="seperator">&nbsp;</TD>
17                 <TD align="right" width="280">{--ADMIN_NL_CHARGE--}:</TD>
18                 <TD width="10" class="seperator">&nbsp;</TD>
19                 <TD><INPUT type="text" name="nl_charge" class="admin_normal"
20                         size="3" maxlength="3" value="{!__CHARGE_VALUE!}"></TD>
21                 <TD width="10" class="seperator">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
28                 <TD class="admin_footer" colspan="3" align="center"><INPUT
29                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
30                         type="submit" name="ok" class="admin_submit"
31                         value="{--SAVE_SETTINGS--}" /></TD>
32                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
33         </TR>
34 </TABLE>
35 </form>