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