]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_banner.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_banner.tpl
index 9988d7bc6a82108a7c740461d792174676880913..c19778cdfe65bc3379637b0907f6d9b39dceb021 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=refbanner"
+<form action="{!URL!}/modules.php?module=admin&amp;what=refbanner"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed" width="410">
        <TR>
                <TD class="admin_title bottom2" colspan="3" align="center" height="30">
-               <STRONG>{--ADMIN_ADD_BANNER--}</STRONG></TD>
+               <strong>{--ADMIN_ADD_BANNER--}</strong></TD>
        </TR>
        <TR>
                <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
        <TR>
                <TD align="right" width="200">{--ADMIN_SELECT_BANNER_ACTIVE--}</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><SELECT name="visible" size="1" class="admin_select">
-                       <OPTION value="Y">{--YES--}</OPTION>
-                       <OPTION value="N">{--NO--}</OPTION>
-               </SELECT></TD>
+               <TD><select name="visible" size="1" class="admin_select">
+                       <option value="Y">{--YES--}</option>
+                       <option value="N">{--NO--}</option>
+               </select></TD>
        </TR>
        <TR>
                <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
@@ -46,4 +46,4 @@
                        value="{--ADMIN_SUBMIT_BANNER--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>