HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
index ecb48420aaaf4f6b6cff15fb49e1b76f8cabbb58..917fc13dba2160da0fb3ff8edadeac0d50facd65 100644 (file)
@@ -1,16 +1,16 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
        <TR>
                <TD colspan="5" align="center" class="admin_title" height="30">
-                       <STRONG>{--ADMIN_REGISTERED_EXTENSIONS--}</STRONG>
+                       <strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
                </TD>
        </TR>
        <TR>
-               <TD align="center" class="admin_title bottom2 right2" width="40"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="200"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2" width="90"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
+               <TD align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></TD>
+               <TD align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></TD>
        </TR>
        {!__EXT_ROWS!}
        <TR>
@@ -22,4 +22,4 @@
                </TD>
        </TR>
 </TABLE>
-</FORM>
+</form>