]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_home_settings_pro.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_home_settings_pro.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings"
3         method="POST">
4 <table border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed" width="510">
6         <tr>
7                 <td colspan="3" align="center" class="admin_title bottom2" height="30">
8                 <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></td>
9         </tr>
10         <tr>
11                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td align="right" width="320" height="20">
15                 {--ADMIN_CONFIG_INDEX_DELAY--}:</td>
16                 <td class="seperator" width="5">&nbsp;</td>
17                 <td width="185" align="center"><select name="index_delay"
18                         size="1" class="admin_select">
19                         <option value="-1"{--$content[-1]--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
20                         <option value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</option>
21                         <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen -->
22                         <option value="1"{--$content[1]--}>1 {--_SECONDS--}</option>
23                         <option value="2"{--$content[2]--}>2 {--_SECONDS--}</option>
24                         <option value="3"{--$content[3]--}>3 {--_SECONDS--}</option>
25                         <option value="4"{--$content[4]--}>4 {--_SECONDS--}</option>
26                         <option value="5"{--$content[5]--}>5 {--_SECONDS--}</option>
27                         <option value="10"{--$content[10]--}>10 {--_SECONDS--}</option>
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">
43                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
44                         <INPUT type="submit" class="admin_submit" name="ok" value="{--SAVE_SETTINGS--}" />
45                 </td>
46         </tr>
47 </table>
48 </form>