More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_mmenu_edit.tpl
index 16eb03096f7cf2a8ac69035454e76b7b6111edab..c3a337d3c5f26dd44ba7ace92963e066900f6daa 100644 (file)
@@ -1,24 +1,23 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=memedit&amp;sub={!__SUB_VALUE!}"
-       method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="520">
-       <TR>
-               <TD align="center" colspan="2" class="admin_header" height="40">
-               <strong>{--EDIT_MEMBER_MENU--}</strong></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" class="admin_header bottom2">
-               {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</TD>
-       </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=memedit&amp;sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="2" class="admin_header" height="40">
+               <strong>{--EDIT_MEMBER_MENU--}</strong></td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="admin_header bottom2">
+               {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</td>
+       </tr>
        {!__MENU_ROWS!}
-       <TR>
-               <TD align="center" colspan="2" class="admin_footer"><INPUT
+       <tr>
+               <td align="center" colspan="2" class="admin_footer"><INPUT
                        type="hidden" name="ok" value="edit" /> <INPUT type="hidden"
                        name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" /> <INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" class="admin_submit" name="submit"
-                       value="{--SUBMIT_CHANGES--}" /></TD>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+                       value="{--SUBMIT_CHANGES--}" /></td>
+       </tr>
+</table>
+</form>
+</div>