HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_config_autopurge.tpl
index 28fa01f321d599fc28287d340f509b27579cc68c..e15a577b27287d5ceea237d11231afb26a219645 100644 (file)
@@ -1,11 +1,11 @@
-<FORM
+<form
        action="{!URL!}/modules.php?module=admin&amp;what=config_autopurge"
        method="POST">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="510"
        class="admin_table dashed">
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_AUTOPURGE_CONFIGURATION--}</STRONG></TD>
+               <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong></TD>
        </TR>
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
        <TR>
                <TD align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><SPAN class="nobr"> {--YES--}:&nbsp;<INPUT
+               <TD><span class="nobr"> {--YES--}:&nbsp;<INPUT
                        type="radio" name="auto_purge_active" value="Y"{--_CFG_AP_ACTIVE_Y--}>&nbsp;
                {--NO--}:&nbsp;<INPUT type="radio" name="auto_purge_active" value="N"{--_CFG_AP_ACTIVE_N--}>
-               </SPAN></TD>
+               </span></TD>
        </TR>
        <TR>
                <TD colspan="3" height="7" class="seperator">&nbsp;</TD>
                        value="{--SAVE_SETTINGS--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>