HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index d50b82a18d55c67f43f60f44557b95ba2a59321e..2e59535d92ed88b979e1b6be0b5030b0b4518a75 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_cats"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed">
        <TR>
                <TD class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</TD>
-               <TD class="admin_title bottom2" align="center" colspan="3"><STRONG>{--ADD_NEW_CATEGORY--}</STRONG>
+               <TD class="admin_title bottom2" align="center" colspan="3"><strong>{--ADD_NEW_CATEGORY--}</strong>
                </TD>
                <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
        </TR>
@@ -13,7 +13,7 @@
        </TR>
        <TR>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--ENTER_CATNAME--}:</STRONG>
+               <TD align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
                </TD>
                <TD class="seperator" width="7">&nbsp;</TD>
                <TD><INPUT type="text" name="catname" size="30" maxlength="255"
        </TR>
        <TR>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--SELECT_PARENT--}</STRONG>
+               <TD align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
                </TD>
                <TD class="seperator" width="7">&nbsp;</TD>
-               <TD><SELECT name="parent" size="1" class="admin_select">
+               <TD><select name="parent" size="1" class="admin_select">
                        {--CATS--}
-                       <OPTION value="-1">{--IS_TOP_CATEGORY--}</OPTION>
-               </SELECT></TD>
+                       <option value="-1">{--IS_TOP_CATEGORY--}</option>
+               </select></TD>
                <TD class="seperator" width="10">&nbsp;</TD>
        </TR>
        <TR>
@@ -39,7 +39,7 @@
        </TR>
        <TR>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--CAT_IS_VISIBLE--}</STRONG>
+               <TD align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
                </TD>
                <TD class="seperator" width="7">&nbsp;</TD>
                <TD>{--YES--}: <INPUT type="radio" name="visible" value="Y"
@@ -59,4 +59,4 @@
                <TD class="admin_footer seperator" width="10">&nbsp;</TD>
        </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file