]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home_settings_pro.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_config_home_settings_pro.tpl
index cd06139410f3df4c866dbb182946367238b9860f..d3eb273660d193be164ceb0fcde14703c99e7c93 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_MANUAL_FORWARD--}</OPTION>
-                       <OPTION value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
+                       <option value="-1"{--$content[-1]--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
+                       <option value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</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>
-               </SELECT></TD>
+                       <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>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
@@ -45,4 +45,4 @@
                </TD>
        </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file