HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
index 9b7f511fbf0f5fcbc60aab5af331e2b626bc1801..638785b5f891c3f14d4f265b80e4cb3587e97b16 100644 (file)
@@ -1,11 +1,11 @@
-<FORM
+<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>
+               <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
                <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"
+               <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>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
@@ -48,4 +48,4 @@
                        value="{--SAVE_SETTINGS--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file