From c64d51111a5ae02d6fc45163a847d0b7e2004548 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 25 Nov 2002 03:56:17 +0000 Subject: Bug 147275 Rearchitect product groups Patch by joel r=bbaetz,justdave a=justdave --- .../admin/products/groupcontrol/edit.html.tmpl | 284 +++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 template/en/default/admin/products/groupcontrol/edit.html.tmpl (limited to 'template/en/default/admin/products/groupcontrol/edit.html.tmpl') diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl new file mode 100644 index 000000000..11bb99de5 --- /dev/null +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -0,0 +1,284 @@ + +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Joel Peshkin + #%] + + +[% filt_product = product FILTER html %] +[% PROCESS global/header.html.tmpl + title = "Edit Group Controls for '$filt_product'" +%] + +
+ + + + + + + + + + + + + [% FOREACH group = groups %] + [% IF group.isactive == 0 AND group.bugcount > 0 %] + + + + + + [% ELSIF group.isactive != 0 %] + + + + + + + + + [% END %] + [% END %] + +
GroupEntryMemberControlOtherControlCaneditBugs
+ [% group.name FILTER html %] + + Disabled + + [% group.bugcount %] +
+ [% group.name FILTER html %] + + + + + + + + + + [% group.bugcount %] +
+
+ +
+
+ + +

+These settings control the relationship of the groups to this +product. +

+If any group has Entry selected, then this product will +restrict bug entry to only those users who are members of all the +groups with entry selected. +

+If any group has Canedit selected, then this product +will be read-only for any users who are not members of all of +the groups with Canedit selected. ONLY users who are members of +all the canedit groups will be able to edit. This is an additional +restriction that further restricts what can be edited by a user. +

+The MemberControl and OtherControl fields +indicate which bugs will be placed in +this group according to the following definitions. +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ MemberControl + + OtherControl + + Interpretation +
+ NA + + NA + + Bugs in this product are never associated with this group. +
+ Shown + + NA + + Bugs in this product are permitted to be restricted to this + group. Users who are a member of this group will be able + to place bugs in this group. +
+ Shown + + Shown + + Bugs in this product can be placed in this group by anyone + with permission to edit the bug even if they are not a member + of this group. +
+ Shown + + Default + + Bugs in this product can be placed in this group by anyone + with permission to edit the bug even if they are not a member + of this group. Non-members place bugs in this group by default. +
+ Shown + + Mandatory + + Bugs in this product are permitted to be restricted to this + group. Users who are a member of this group will be able + to place bugs in this group. + Non-members will be forced to restrict bugs to this group + when they initially enter a bug in this product. +
+ Default + + NA + + Bugs in this product are permitted to be restricted to this + group and are placed in this group by default. + Users who are a member of this group will be able + to place bugs in this group. +
+ Default + + Default + + Bugs in this product are permitted to be restricted to this + group and are placed in this group by default. + Users who are a member of this group will be able + to place bugs in this group. Non-members will be able to + restrict bugs to this group on entry and will do so by default +
+ Default + + Mandatory + + Bugs in this product are permitted to be restricted to this + group and are placed in this group by default. + Users who are a member of this group will be able + to place bugs in this group. Non-members will be forced + to place bugs in this group on entry. +
+ Mandatory + + Mandatory + + Bugs in this product are required to be restricted to this + group. Users are not given any option. +
+ + +[% PROCESS global/footer.html.tmpl %] + -- cgit v1.2.3-24-g4f1b