]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_overview.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_mmenu_overview.tpl
index 201bf503fd2422d6b4beacfcaa4a0350bbef1028..c07d6efa80925c78f87a4ddba84fc097bb9210fa 100644 (file)
@@ -1,25 +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" width="600"
-       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>
-       {!__MENU_ROWS!}
-       <TR>
-               <TD colspan="5" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
-                       class="admin_normal">&nbsp;* <INPUT type="submit"
-                       class="admin_submit" name="edit" value="{--EDIT_MENUS--}">&nbsp;*
-               <INPUT type="submit" class="admin_submit" name="status"
-                       value="{--CHANGE_MENUS--}">&nbsp;* <INPUT type="submit"
-                       class="admin_delete" name="del" value="{--DEL_MENUS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=memedit&amp;sub=$content[sub]" 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>
+$content[rows]
+<tr>
+       <td colspan="5" class="admin_footer">
+               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+               <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>