]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_edit_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_amenu_edit_form.tpl
index 1caedbe6a54f856b9201a29dab6d236de3a7603a..44e8b173e79641f5bc02c01b140d38568ac97cbe 100644 (file)
@@ -1,23 +1,24 @@
 <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">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]" method="post" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" colspan="2" class="admin_title" height="40"><strong>{--EDIT_ADMIN_MENU--}</strong>
+               <td align="center" colspan="2" class="admin_title" height="40">
+                       <strong>{--EDIT_ADMIN_MENU--}</strong>
                </td>
        </tr>
        <tr>
                <td align="center" colspan="2" class="admin_title bottom2">
-               {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</td>
+                       {--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
+               </td>
        </tr>
-       {!__MENU_ROWS!}
+       $content[rows]
        <tr>
-               <td colspan="2" class="admin_footer"><input
-                       type="hidden" name="ok" value="edit" /> <input type="hidden"
-                       name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" /> <input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="admin_submit" name="submit"
-                       value="{--SUBMIT_CHANGES--}" /></td>
+               <td colspan="2" class="admin_footer">
+                       <input type="hidden" name="ok" value="edit" />
+                       <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="admin_submit" name="submit" value="{--SUBMIT_CHANGES--}" />
+               </td>
        </tr>
 </table>
 </form>