]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_overview.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_mmenu_overview.tpl
index 1774cd80c8906b886d73c02600d62c65cd8ea071..8a6de4c4646ef54c07e0e9da9c20c93a8828d584 100644 (file)
@@ -1,20 +1,22 @@
-<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>
+<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 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">
-               <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>
+<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>
 </form>
+</div>