]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_member_menu.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_edit_member_menu.tpl
index 7029421b306f67d48274505fca198e992dd8b39d..891a4c01a93c1d7dc22ff15d5e31d491c4cb30c9 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=memedit&amp;sub=$content[sub]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=memedit&amp;sub=$content[sub]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="2" class="table_header" height="40">
        <tr>
                <td align="center" colspan="2" class="table_footer">
                        <input type="hidden" name="ok" value="edit" />
-                       <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
+                       <input type="hidden" name="chk" value="$content[chk]_$content[count]" />
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" class="form_submit" name="submit" value="{--SUBMIT_CHANGES--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>