]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/users/edit.tt2
Change infrastructure for users, groups and channels
[ndwebbie.git] / root / src / users / edit.tt2
index db1db8415a36ba075d6af1975f2029c264fea46f..ccc1006be234c1ad73cd7284f038b50285bda8cf 100644 (file)
@@ -51,7 +51,7 @@
        <table>
                <tr><th>Group</th><th>Remove</th></tr>
        [% FOR g IN  membergroups %]
-               <tr><td>[% g.groupname %]</td><td><input type="checkbox" name="gr:[% g.gid %]" value="remove"></td></tr>
+               <tr><td>[% g.groupname %]</td><td><input type="checkbox" name="remove_group" value="[% g.gid %]"></td></tr>
        [% END %]
        </table>
 [% END %]
@@ -60,7 +60,7 @@
        <table>
                <tr><th>Group</th><th>Add</th></tr>
        [% FOR g IN  othergroups %]
-               <tr><td>[% g.groupname %]</td><td><input type="checkbox" name="gr:[% g.gid %]" value="add"></td></tr>
+               <tr><td>[% g.groupname %]</td><td><input type="checkbox" name="add_group" value="[% g.gid %]"></td></tr>
        [% END %]
        </table>
 [% END %]