Yet another more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
index 30693574e35230f03bd75b342fc65e0f06f0f880..c4d8a75b1e07c8caf14dd28f49226e1127e6e6fb 100644 (file)
@@ -1,51 +1,48 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="510">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="320" height="20">
-               {--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
-               <TD class="seperator" width="5">&nbsp;</TD>
-               <TD width="185" align="center"><SELECT name="index_delay"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="510">
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right" width="320" height="20">
+               {--ADMIN_CONFIG_INDEX_DELAY--}:</td>
+               <td class="seperator" width="5">&nbsp;</td>
+               <td width="185" align="center"><select name="index_delay"
                        size="1" class="admin_select">
-                       <OPTION value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
-                       <OPTION value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>
+                       <option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
+                       <option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
                        <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->
-                       <OPTION value="1"$content[1]>1 {--_SECONDS--}</OPTION>
-                       <OPTION value="2"$content[2]>2 {--_SECONDS--}</OPTION>
-                       <OPTION value="3"$content[3]>3 {--_SECONDS--}</OPTION>
-                       <OPTION value="4"$content[4]>4 {--_SECONDS--}</OPTION>
-                       <OPTION value="5"$content[5]>5 {--_SECONDS--}</OPTION>
-                       <OPTION value="10"$content[10]>10 {--_SECONDS--}</OPTION>
-                       <OPTION value="15"$content[15]>15 {--_SECONDS--}</OPTION>
-                       <OPTION value="30"$content[30]>30 {--_SECONDS--}</OPTION>
+                       <option value="1"$content[1]>1 {--_SECONDS--}</option>
+                       <option value="2"$content[2]>2 {--_SECONDS--}</option>
+                       <option value="3"$content[3]>3 {--_SECONDS--}</option>
+                       <option value="4"$content[4]>4 {--_SECONDS--}</option>
+                       <option value="5"$content[5]>5 {--_SECONDS--}</option>
+                       <option value="10"$content[10]>10 {--_SECONDS--}</option>
+                       <option value="15"$content[15]>15 {--_SECONDS--}</option>
+                       <option value="30"$content[30]>30 {--_SECONDS--}</option>
                        <!-- Laenger sollte es aber nun nicht dauern! //-->
-               </SELECT></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</TD>
-               <TD class="seperator" width="5">&nbsp;</TD>
-               <TD align="center">{--__INDEX_COOKIE_SELECTION--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
+               </select></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+               <td class="seperator" width="5">&nbsp;</td>
+               <td align="center">{!__INDEX_COOKIE_SELECTION!}</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="admin_footer"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
+</form>
\ No newline at end of file