]> git.mxchange.org Git - mailer.git/blob - 0.2.1/templates/de/html/admin/admin_config_home_settings.tpl
(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_home_settings.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     <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG>\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_NO_DELAY--}</OPTION>\r
17       <OPTION value="0" $content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</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       <OPTION value="15" $content[15]>15 {--SECS--}</OPTION>\r
26       <OPTION value="30" $content[30]>30 {--SECS--}</OPTION>\r
27          <!-- Laenger sollte es aber nun nicht dauern! //-->\r
28     </SELECT>\r
29   </TD>\r
30 </TR>\r
31 <TR><TD colspan="3" class="seperator" height="5">&nbsp;</TD></TR>\r
32 <TR>\r
33   <TD align="right" height="20">\r
34     {--ADMIN_CONFIG_INDEX_COOKIE--}\r
35   </TD>\r
36   <TD class="seperator" width="5">&nbsp;</TD>\r
37   <TD align="center">\r
38     {--__INDEX_COOKIE_SELECTION--}\r
39   </TD>\r
40 </TR>\r
41 <TR><TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD></TR>\r
42 <TR>\r
43   <TD colspan="3" align="center" class="admin_footer">\r
44     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}">\r
45   </TD>\r
46 </TR>\r
47 </TABLE>\r
48 </FORM>