footer stats are configurable now
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_birthday"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<BR>
14                 <FONT class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</FONT></TD>
15                 <TD class="seperator" width="5">&nbsp;</TD>
16                 <TD width="170"><INPUT type="text" name="birthday_points"
17                         class="admin_normal" value="{!__POINTS_VALUE!}" size="4"
18                         maxlength="6">&nbsp;<FONT class="tiny">({!POINTS!})</FONT></TD>
19         </TR>
20         <TR>
21                 <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</TD>
28                 <TD class="seperator" width="5">&nbsp;</TD>
29                 <TD align="center"><INPUT type="radio" name="birthday_active"
30                         class="admin_normal" value="Y"{--__BIRTHDAY_ACTIVE_Y--}>&nbsp;{--YES--}<BR>
31                 <INPUT type="radio" name="birthday_active" class="admin_normal"
32                         value="N"{--__BIRTHDAY_ACTIVE_N--}>&nbsp;{--NO--}</TD>
33         </TR>
34         <TR>
35                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
36         </TR>
37         <TR>
38                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
39                 <STRONG>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</STRONG></TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
43         </TR>
44         <TR>
45                 <TD align="right" height="20"><INPUT type="radio"
46                         name="birthday_mode" class="admin_normal" value="DIRECT"{--__BIRTHDAY_MODE_DIRECT--}>&nbsp;{--BIRTHDAY_MODE_DIRECT--}<BR>
47                 </TD>
48                 <TD class="seperator" width="5">&nbsp;</TD>
49                 <TD align="center"><INPUT type="radio" name="birthday_mode"
50                         class="admin_normal" value="REF"{--__BIRTHDAY_MODE_REF--}>&nbsp;{--BIRTHDAY_MODE_REF--}
51                 </TD>
52         </TR>
53         <TR>
54                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
55         </TR>
56         <TR>
57                 <TD colspan="3" align="center" class="admin_footer"><INPUT
58                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
59                         type="submit" name="ok" class="admin_submit"
60                         value="{--SAVE_SETTINGS--}"></TD>
61         </TR>
62 </TABLE>
63 </FORM>