[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # group - A Bugzilla::Group representing the group being edited. # *_current - Arrays of Bugzilla::Group objects that show the current # values for this group, as far as grants. # *_available - Arrays of Bugzilla::Group objects that show the current # available values for each grant. #%] [% title = BLOCK %]Change Group: [% group.name FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] doc_section = "groups.html#edit-groups" %]
[% IF group.is_bug_group %] [% END %] [% Hook.process('field') %]
Group: [% IF group.is_bug_group %] [% ELSE %] [% group.name FILTER html %] [% END %]
Description: [% IF group.is_bug_group %] [% ELSE %] [% group.description FILTER html %] [% END %]
User Regexp:
Icon URL: [% IF group.icon_url %] [% group.name FILTER html %] [% END %]
Use For [% terms.Bugs %]:

Group Permissions

[% PROCESS select_pair name = "members" size = 10 items_available = members_available items_current = members_current %] [% PROCESS select_pair name = "member_of" size = 10 items_available = member_of_available items_current = member_of_current %] [% PROCESS select_pair name = "bless_from" size = 10 items_available = bless_from_available items_current = bless_from_current %] [% PROCESS select_pair name = "bless_to" size = 10 items_available = bless_to_available items_current = bless_to_current %] [% IF Param('usevisibilitygroups') %] [% PROCESS select_pair name = "visible_from" size = 10 items_available = visible_from_available items_current = visible_from_current %] [% PROCESS select_pair name = "visible_to_me" size = 10 items_available = visible_to_me_available items_current = visible_to_me_current %] [% END %]
Groups That Are a Member of This Group
("Users in X are automatically in [% group.name FILTER html %]")
Groups That This Group Is a Member Of
("If you are in [% group.name FILTER html %], you are automatically also in...")
Groups That Can Grant Membership in This Group
("Users in X can add other users to [% group.name FILTER html %]")
Groups That This Group Can Grant Membership In
("Users in [% group.name FILTER html %] can add users to...")
Groups That Can See This Group
("Users in X can see users in [% group.name FILTER html %]")
Groups That This Group Can See
("Users in [% group.name FILTER html %] can see users in...")

Mass Remove

You can use this form to do mass-removal of users from groups. This is often very useful if you upgraded from [% terms.Bugzilla %] 2.16.

Remove all explicit memberships from users whose login names match the following regular expression:

If you leave the field blank, all explicit memberships in this group will be removed.

Back to the group list.

[% PROCESS global/footer.html.tmpl %] [% BLOCK select_pair %]

[% END %]