]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_edit.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_amenu_edit.tpl
index b24d6a2c511eb2d3e289e8cbf0986d63f8352742..b6bc09e410a8c56455021fb0cb9f7c2f3d52ba7b 100644 (file)
@@ -1,19 +1,21 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=adminedit&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="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
-       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
-       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
-       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
-       <TH class="admin_title bottom2" align="center"><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="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+       <td class="admin_title bottom2" align="center"><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_delete submit" name="del" value="{--DEL_MENUS--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
 </form>
+</div>