Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / 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">
2 <table border="0" cellspacing="0" cellpadding="0" align="center"
3         class="admin_table dashed" width="510">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title bottom2" height="30">
6                 <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></td>
7         </tr>
8         <tr>
9                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
10         </tr>
11         <tr>
12                 <td align="right" width="320" height="20">
13                 {--ADMIN_CONFIG_INDEX_DELAY--}:</td>
14                 <td class="seperator" width="5">&nbsp;</td>
15                 <td width="185" align="center"><select name="index_delay"
16                         size="1" class="admin_select">
17                         <option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
18                         <option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
19                         <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->
20                         <option value="1"$content[1]>1 {--_SECONDS--}</option>
21                         <option value="2"$content[2]>2 {--_SECONDS--}</option>
22                         <option value="3"$content[3]>3 {--_SECONDS--}</option>
23                         <option value="4"$content[4]>4 {--_SECONDS--}</option>
24                         <option value="5"$content[5]>5 {--_SECONDS--}</option>
25                         <option value="10"$content[10]>10 {--_SECONDS--}</option>
26                         <option value="15"$content[15]>15 {--_SECONDS--}</option>
27                         <option value="30"$content[30]>30 {--_SECONDS--}</option>
28                         <!-- Laenger sollte es aber nun nicht dauern! //-->
29                 </select></td>
30         </tr>
31         <tr>
32                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
33         </tr>
34         <tr>
35                 <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
36                 <td class="seperator" width="5">&nbsp;</td>
37                 <td align="center">{!__INDEX_COOKIE_SELECTION!}</td>
38         </tr>
39         <tr>
40                 <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
41         </tr>
42         <tr>
43                 <td colspan="3" class="admin_footer"><input
44                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
45                         type="submit" name="ok" class="admin_submit"
46                         value="{--SAVE_SETTINGS--}" /></td>
47         </tr>
48 </table>
49 </form>