HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
index f41940f14b0ffa8854dbd01745109503c6211176..7b8b8d9e4194cf973713fa9757e33a6bb4e72d17 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_country"
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_country"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed" width="430">
        <TR>
                <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_ADD_COUNTRY_CODE--}</STRONG>
+               <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
                </TD>
                <TD class="admin_title bottom2" width="10">&nbsp;</TD>
        </TR>
                <TD class="seperator" width="10">&nbsp;</TD>
                <TD align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><SELECT name="is_active" size="1" class="admin_select">
-                       <OPTION value='Y'>{--YES--}</OPTION>
-                       <OPTION value='N'>{--NO--}</OPTION>
-               </SELECT></TD>
+               <TD><select name="is_active" size="1" class="admin_select">
+                       <option value="Y">{--YES--}</option>
+                       <option value="N">{--NO--}</option>
+               </select></TD>
                <TD class="seperator" width="10">&nbsp;</TD>
        </TR>
        <TR>
        <TR>
                <TD class="admin_footer seperator" width="10">&nbsp;</TD>
                <TD class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="add" class="admin_submit"
-                       value="{--ADD_COUNTRY--}"></TD>
+                       value="{--ADD_COUNTRY--}" /></TD>
                <TD class="admin_footer seperator" width="10">&nbsp;</TD>
        </TR>
 </TABLE>
-</FORM>
+</form>