Constant SECS and MINS are now deprecated/removed, surfbar extended with static costs...
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed" width="510">
6         <TR>
7                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
8                 <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG></TD>
9         </TR>
10         <TR>
11                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
12         </TR>
13         <TR>
14                 <TD align="right" width="320" height="20">
15                 {--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
16                 <TD class="seperator" width="5">&nbsp;</TD>
17                 <TD width="185" align="center"><SELECT name="index_delay"
18                         size="1" class="admin_select">
19                         <OPTION value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
20                         <OPTION value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>
21                         <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->
22                         <OPTION value="1"$content[1]>1 {--_SECONDS--}</OPTION>
23                         <OPTION value="2"$content[2]>2 {--_SECONDS--}</OPTION>
24                         <OPTION value="3"$content[3]>3 {--_SECONDS--}</OPTION>
25                         <OPTION value="4"$content[4]>4 {--_SECONDS--}</OPTION>
26                         <OPTION value="5"$content[5]>5 {--_SECONDS--}</OPTION>
27                         <OPTION value="10"$content[10]>10 {--_SECONDS--}</OPTION>
28                         <OPTION value="15"$content[15]>15 {--_SECONDS--}</OPTION>
29                         <OPTION value="30"$content[30]>30 {--_SECONDS--}</OPTION>
30                         <!-- Laenger sollte es aber nun nicht dauern! //-->
31                 </SELECT></TD>
32         </TR>
33         <TR>
34                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</TD>
38                 <TD class="seperator" width="5">&nbsp;</TD>
39                 <TD align="center">{--__INDEX_COOKIE_SELECTION--}</TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
43         </TR>
44         <TR>
45                 <TD colspan="3" align="center" class="admin_footer"><INPUT
46                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
47                         type="submit" name="ok" class="admin_submit"
48                         value="{--SAVE_SETTINGS--}"></TD>
49         </TR>
50 </TABLE>
51 </FORM>