Yet another more XHTML fixes
[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" 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_NO_DELAY--}</option>
17                         <option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</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                         <option value="15"$content[15]>15 {--_SECONDS--}</option>
26                         <option value="30"$content[30]>30 {--_SECONDS--}</option>
27                         <!-- Laenger sollte es aber nun nicht dauern! //-->
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" class="admin_footer"><input
43                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
44                         type="submit" name="ok" class="admin_submit"
45                         value="{--SAVE_SETTINGS--}" /></td>
46         </tr>
47 </table>
48 </form>