]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/raids/edit.tt2
Change infrastructure for users, groups and channels
[ndwebbie.git] / root / src / raids / edit.tt2
index e332c91cfcf3a34b32e462ca864d4ac7b2b67699..a835441c2d770599b455e8edc937099f9ef3e540 100644 (file)
@@ -17,7 +17,7 @@
                        <tr><th>Group</th><th>Remove</th></tr>
                        [% FOR g IN removegroups %]
                        <tr><td>[% g.groupname %]</td><td><input type="checkbox"
-                               name="[% g.gid %]" value="remove"></td>
+                               name="remove_group" value="[% g.gid %]"></td>
                        </tr>
                        [% END %]
                        </table>
@@ -28,7 +28,7 @@
                        <tr><th>Group</th><th>Add</th></tr>
                        [% FOR g IN addgroups %]
                        <tr><td>[% g.groupname %]</td><td><input type="checkbox"
-                               name="[% g.gid %]" value="add"></td>
+                               name="add_group" value="[% g.gid %]"></td>
                        </tr>
                        [% END %]
                        </table>