]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_delete.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_gmenu_delete.tpl
index e8ac8a2fc9211b29a4123e1e5cdf443b5445a72d..04caa6691fdfee5d7d68a2a18025362d468d85a9 100644 (file)
@@ -1,23 +1,22 @@
-<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>{--DEL_GUEST_MENU--}</strong></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" class="admin_header bottom2">
-               {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_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>{--DEL_GUEST_MENU--}</strong></td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="admin_header bottom2">
+               {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</td>
+       </tr>
        {!__MENU_ROWS!}
        {!__MENU_ROWS!}
-       <TR>
-               <TD colspan="2" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="2" class="admin_footer"><INPUT
                        type="hidden" name="ok" value="del"> <INPUT type="hidden"
                        name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
                        type="submit" class="admin_delete" name="submit"
                        type="hidden" name="ok" value="del"> <INPUT type="hidden"
                        name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
                        type="submit" class="admin_delete" name="submit"
-                       value="{--DEL_ENTRIES--}"></TD>
-       </TR>
-</TABLE>
+                       value="{--DEL_ENTRIES--}"></td>
+       </tr>
+</table>
 </form>
 </form>
+</div>