"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_config_holiday.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_holiday"
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>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MAX_HOLIDAY--}:</TD>
14                 <TD class="seperator" width="10">&nbsp;</TD>
15                 <TD width="270"><INPUT type="text" name="holiday_max"
16                         class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6">&nbsp;<FONT
17                         class="tiny">({--DAYS--})</FONT></TD>
18         </TR>
19         <TR>
20                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
21         </TR>
22         <TR>
23                 <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</TD>
24                 <TD class="seperator" width="10">&nbsp;</TD>
25                 <TD width="270">{!__LOCKED!}</TD>
26         </TR>
27         <TR>
28                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MODE--}:</TD>
32                 <TD class="seperator" width="10">&nbsp;</TD>
33                 <TD width="270"><INPUT type="radio" name="holiday_mode"
34                         class="admin_normal" value="RESET"{!__RESET_DEFAULT!}">
35                 {--HOLIDAY_ADMIN_MODE_RESET--}<BR />
36                 <INPUT type="radio" name="holiday_mode" class="admin_normal"
37                         value="DIRECT"{!__DIRECT_DEFAULT!}">
38                 {--HOLIDAY_ADMIN_MODE_DIRECT--}</TD>
39         </TR>
40         <TR>
41                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
42         </TR>
43         <TR>
44                 <TD colspan="3" class="admin_footer"><INPUT
45                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
46                         type="submit" name="ok" class="admin_submit"
47                         value="{--SAVE_SETTINGS--}" /></TD>
48         </TR>
49 </TABLE>
50 </FORM>