]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_overview.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_mmenu_overview.tpl
index 1774cd80c8906b886d73c02600d62c65cd8ea071..c83a1eff3df0c046001ff3178a85d224ed153e9f 100644 (file)
@@ -1,20 +1,22 @@
+<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>
-       <TH class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></TH>
-       <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></TH>
-       <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></TH>
-       <TH class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></TH>
-       <TH class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></TH>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+       <td class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></td>
+       <td class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></td>
+       <td class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></td>
+</tr>
 {!__MENU_ROWS!}
-<TR>
-       <TD colspan="5" class="admin_footer">
+<tr>
+       <td colspan="5" class="admin_footer">
                <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
                <INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
                <INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
                <INPUT type="submit" class="admin_delete" name="del" value="{--DEL_MENUS--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
 </form>
+</div>