HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 36f0c9eb109704fc98c6136e1796d609736059c9..e7333e68f39487831f92abc4157ef9138d382adc 100644 (file)
@@ -1,21 +1,21 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
        method="POST">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="680"
        class="admin_table dashed">
        <TR>
-               <TD align="center" class="admin_title bottom2 right2" height="25"><STRONG>{--MODS_NAME--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_LOCKED--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_HIDDEN--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_ADMIN--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
+               <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
+               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
        </TR>
        {!__MODS_ROWS!}
        <TR>
-               <TD colspan="6" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
+               <TD colspan="6" class="admin_footer"><INPUT
+                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--SAVE_CHANGES--}"></TD>
+                       value="{--SAVE_CHANGES--}" /></TD>
        </TR>
 </TABLE>
-</FORM>
+</form>