2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=config_holiday%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td colspan="2" align="center" class="table_header bottom">
6 <strong>{--ADMIN_CONFIG_HOLIDAY_TITLE--}</strong>
10 <td width="300" style="padding-left: 5px">{--ADMIN_CONFIG_HOLIDAY_MAX_TIME--}:</td>
12 <input type="text" class="form_field" name="holiday_max" value="{?holiday_max?}" size="4" maxlength="6" />
13 <div class="tiny">({--DAYS--})</div>
17 <td width="300" style="padding-left: 5px">{--ADMIN_CONFIG_HOLIDAY_LOCKED--}:</td>
18 <td width="270">$content[holiday_lock]</td>
21 <td class="bottom" width="300" style="padding-left: 5px">{--ADMIN_CONFIG_HOLIDAY_MODE--}:</td>
22 <td class="bottom" width="270">
23 <input type="radio" class="form_field" name="holiday_mode" value="RESET"$content[holiday_mode_reset] />
24 {--ADMIN_CONFIG_HOLIDAY_MODE_RESET--}<br />
25 <input type="radio" class="form_field" name="holiday_mode" value="DIRECT"$content[holiday_mode_direct] />
26 {--ADMIN_CONFIG_HOLIDAY_MODE_DIRECT--}
30 <td colspan="2" class="table_footer">
31 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
32 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />