]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_status.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_mmenu_status.tpl
index 723afc05c033af91ee17f8c5dec122c5c5bbbd36..d2776dd92c983c27a737ded2c727e0aa89f54a31 100644 (file)
@@ -1,28 +1,28 @@
-<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" width="520">
-       <TR>
-               <TD colspan="4" height="5" class="admin_title seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="4" class="admin_title"><STRONG>{--CHANGE_MEMBER_MENU--}</STRONG><BR />
-               <BR />
-               {--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="4" height="5" class="admin_title seperator bottom2">&nbsp;</TD>
-       </TR>
-       {!__MENU_ROWS!}
-       <TR>
-               <TD colspan="4" align="center" height="40" class="admin_footer">
-               <INPUT type="hidden" name="ok" value="status" /> <INPUT
-                       type="hidden" name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" />
-               <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
-                       class="admin_normal" /> <INPUT type="submit"
-                       class="admin_submit" name="submit" value="{--CHANGE_ENTRIES--}" />
-               </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 colspan="4" height="5" class="admin_title seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center" colspan="4" class="admin_title">
+                       <strong>{--CHANGE_MEMBER_MENU--}</strong><br />
+                       <br />
+                       {--CHANGE_MENU_1--}$content[chk]{--CHANGE_MENU_2--}
+               </td>
+       </tr>
+       <tr>
+               <td colspan="4" height="5" class="admin_title seperator bottom2">&nbsp;</td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" align="center" height="40" class="admin_footer">
+                       <input type="hidden" name="ok" value="status" />
+                       <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="admin_submit" name="submit" value="{--CHANGE_ENTRIES--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>