]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_edit_form.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_gmenu_edit_form.tpl
index e616af8b7ab4d3b6361e2d5f66b4fa8c600dab02..168cc57e24c232e09366b105a2abc0a7ac51fb52 100644 (file)
@@ -1,24 +1,23 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=guestedit&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_GUEST_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=guestedit&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_GUEST_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 class="admin_footer" colspan="2"><INPUT
+       <tr>
+               <td class="admin_footer" colspan="2"><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>
+                       value="{--SUBMIT_CHANGES--}" /></td>
+       </tr>
+</table>
 </form>
+</div>