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