]> git.mxchange.org Git - mailer.git/blob - 0.2.1/templates/de/html/admin/admin_config_home_settings_pro.tpl
(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_home_settings_pro.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings" method="POST">\r
2 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="510">\r
3 <TR>\r
4   <TD colspan="3" align="center" class="admin_title bottom2" height="30">\r
5     <B>{--ADMIN_EDIT_HOME_SETTINGS--}</B>\r
6   </TD>\r
7 </TR>\r
8 <TR><TD colspan="3" class="seperator" height="5">&nbsp;</TD></TR>\r
9 <TR>\r
10   <TD align="right" width="320" height="20">\r
11     {--ADMIN_CONFIG_INDEX_DELAY--}:\r
12   </TD>\r
13   <TD class="seperator" width="5">&nbsp;</TD>\r
14   <TD width="185" align="center">\r
15     <SELECT name="index_delay" size="1" class="admin_select">\r
16       <OPTION value="-1" {--$content['-1']--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>\r
17       <OPTION value="0" {--$content['0']--}>{--ADMIN_INDEX_NO_DELAY--}</OPTION>\r
18          <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen -->\r
19       <OPTION value="1" {--$content['1']--}>1 {--SECS--}</OPTION>\r
20       <OPTION value="2" {--$content['2']--}>2 {--SECS--}</OPTION>\r
21       <OPTION value="3" {--$content['3']--}>3 {--SECS--}</OPTION>\r
22       <OPTION value="4" {--$content['4']--}>4 {--SECS--}</OPTION>\r
23       <OPTION value="5" {--$content['5']--}>5 {--SECS--}</OPTION>\r
24       <OPTION value="10" {--$content['10']--}>10 {--SECS--}</OPTION>\r
25     </SELECT>\r
26   </TD>\r
27 </TR>\r
28 <TR><TD colspan="3" class="seperator" height="5">&nbsp;</TD></TR>\r
29 <TR>\r
30   <TD align="right" height="20">\r
31     {--ADMIN_CONFIG_INDEX_COOKIE--}\r
32   </TD>\r
33   <TD class="seperator" width="5">&nbsp;</TD>\r
34   <TD align="center">\r
35     {--__INDEX_COOKIE_SELECTION--}\r
36   </TD>\r
37 </TR>\r
38 <TR><TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD></TR>\r
39 <TR>\r
40   <TD colspan="3" align="center" class="admin_footer">\r
41     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}">\r
42   </TD>\r
43 </TR>\r
44 </TABLE>\r
45 </FORM>