branch prepared
[mailer.git] / templates / de / html / admin / admin_config_home_settings_pro.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                 <B>{--ADMIN_EDIT_HOME_SETTINGS--}</B></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_MANUAL_FORWARD--}</OPTION>
20                         <OPTION value="0"{--$content['0']--}>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
21                         <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen -->
22                         <OPTION value="1"{--$content['1']--}>1 {--SECS--}</OPTION>
23                         <OPTION value="2"{--$content['2']--}>2 {--SECS--}</OPTION>
24                         <OPTION value="3"{--$content['3']--}>3 {--SECS--}</OPTION>
25                         <OPTION value="4"{--$content['4']--}>4 {--SECS--}</OPTION>
26                         <OPTION value="5"{--$content['5']--}>5 {--SECS--}</OPTION>
27                         <OPTION value="10"{--$content['10']--}>10 {--SECS--}</OPTION>
28                 </SELECT></TD>
29         </TR>
30         <TR>
31                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</TD>
35                 <TD class="seperator" width="5">&nbsp;</TD>
36                 <TD align="center">{--__INDEX_COOKIE_SELECTION--}</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" align="center" class="admin_footer"><INPUT
43                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
44                         type="submit" name="ok" class="admin_submit"
45                         value="{--SAVE_SETTINGS--}"></TD>
46         </TR>
47 </TABLE>
48 </FORM>