HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_admins_add_acl.tpl
index b40ae27befe3e66b5ab280386e0106f73a182fa1..25c2fb87868806093908abc3139f38aa891bf50f 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="480"
        class="admin_table dashed" align="center">
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_ADMINS_ADD_ACL--}:</STRONG></TD>
+               <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></TD>
        </TR>
        <TR>
                <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
        <TR>
                <TD width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="235"><SELECT name="admin_id" size="1"
+               <TD width="235"><select name="admin_id" size="1"
                        class="admin_select">
                        {--_ADMINS_SELECTION--}
-               </SELECT></TD>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
@@ -39,9 +39,9 @@
        <TR>
                <TD align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><SELECT name="mode" size="1" class="admin_select">
+               <TD><select name="mode" size="1" class="admin_select">
                        {--_MODE_OPTIONS--}
-               </SELECT></TD>
+               </select></TD>
        </TR>
        <TR>
                <TD colspan="3" height="5" class="seperator bottom2">&nbsp;</TD>
@@ -53,4 +53,4 @@
                        value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file