Final fixes for SQL_ALTER_TABLE() wrapper, INSERT INTO queries are still not wrapped...
[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                         <option value="1"$content[1]>1 {--_SECONDS--}</option>
19                         <option value="2"$content[2]>2 {--_SECONDS--}</option>
20                         <option value="3"$content[3]>3 {--_SECONDS--}</option>
21                         <option value="4"$content[4]>4 {--_SECONDS--}</option>
22                         <option value="5"$content[5]>5 {--_SECONDS--}</option>
23                         <option value="10"$content[10]>10 {--_SECONDS--}</option>
24                 </select></td>
25         </tr>
26         <tr>
27                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
28         </tr>
29         <tr>
30                 <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
31                 <td class="seperator" width="5">&nbsp;</td>
32                 <td align="center">{!__INDEX_COOKIE_SELECTION!}</td>
33         </tr>
34         <tr>
35                 <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
36         </tr>
37         <tr>
38                 <td colspan="3" class="admin_footer">
39                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
40                         <input type="submit" class="admin_submit" name="ok" value="{--SAVE_SETTINGS--}" />
41                 </td>
42         </tr>
43 </table>
44 </form>