[Openfirst-cvscommit] www/htdocs/bugzilla/admin/products/groupcontrol confirm-edit.html.tmpl,NONE,1.
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-15 15:05:01
|
Update of /cvsroot/openfirst/www/htdocs/bugzilla/admin/products/groupcontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32743/admin/products/groupcontrol Added Files: confirm-edit.html.tmpl edit.html.tmpl Log Message: Bring templates up to date for Bugzilla 2.18.1 --- NEW FILE: edit.html.tmpl --- [%# 1....@bu... %] [%# 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 <bug...@pe...> #%] [% PROCESS global/variables.none.tmpl %] [% filt_product = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Edit Group Controls for '$filt_product'" %] <form method="post" action="editproducts.cgi"> <input type="hidden" name="action" value="updategroupcontrols"> <input type="hidden" name="product" value="[% filt_product %]"> <table id="form" cellspacing="0" cellpadding="4" border="1"> <tr bgcolor="#6666ff"> <th>Group</th> <th>Entry</th> <th>MemberControl</th> <th>OtherControl</th> <th>Canedit</th> <th>[% terms.Bugs %]</th> </tr> [% FOREACH group = groups %] [% IF group.isactive == 0 AND group.bugcount > 0 %] <tr bgcolor="#bbbbbb"> <td> [% group.name FILTER html %] </td> <td align="center" colspan=4> Disabled </td> <td> [% group.bugcount %] </td> <tr> [% ELSIF group.isactive != 0 %] <tr> <td> [% group.name FILTER html %] </td> <td> <input type=checkbox value=1 name=entry_[% group.id %] [% " checked=\"checked\"" IF group.entry %]> </td> <td> <select name="membercontrol_[% group.id %]"> <option value=[% const.CONTROLMAPNA %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPNA %] >NA </option> <option value=[% const.CONTROLMAPSHOWN %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPSHOWN %] >Shown </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPDEFAULT %] >Default </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPMANDATORY %] >Mandatory </option> </select> </td> <td> <select name="othercontrol_[% group.id %]"> <option value=[% const.CONTROLMAPNA %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPNA %] >NA </option> <option value=[% const.CONTROLMAPSHOWN %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPSHOWN %] >Shown </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPDEFAULT %] >Default </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPMANDATORY %] >Mandatory </option> </select> </td> <td> <input type=checkbox value=1 name=canedit_[% group.id %] [% " checked=\"checked\"" IF group.canedit %]> </td> <td> [% group.bugcount %] </td> </tr> [% END %] [% END %] </table> <br> <input type=submit name="submit" value="submit"> <br> </form> <p> These settings control the relationship of the groups to this product. <p> If any group has <b>Entry</b> selected, then this product will restrict [% terms.bug %] entry to only those users who are members of all the groups with entry selected. <p> If any group has <b>Canedit</b> 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. <p> The <b>MemberControl</b> and <b>OtherControl</b> fields indicate which [% terms.bugs %] will be placed in this group according to the following definitions. <br> <table border=1> <tr> <th> MemberControl </th> <th> OtherControl </th> <th> Interpretation </th> </tr> <tr> <td> NA </td> <td> NA </td> <td> [% terms.Bugs %] in this product are never associated with this group. </td> </tr> <tr> <td> Shown </td> <td> NA </td> <td> [% terms.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 [% terms.bugs %] in this group. </td> </tr> <tr> <td> Shown </td> <td> Shown </td> <td> [% terms.Bugs %] in this product can be placed in this group by anyone with permission to edit the [% terms.bug %] even if they are not a member of this group. </td> </tr> <tr> <td> Shown </td> <td> Default </td> <td> [% terms.Bugs %] in this product can be placed in this group by anyone with permission to edit the [% terms.bug %] even if they are not a member of this group. Non-members place [% terms.bugs %] in this group by default. </td> </tr> <tr> <td> Shown </td> <td> Mandatory </td> <td> [% terms.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 [% terms.bugs %] in this group. Non-members will be forced to restrict [% terms.bugs %] to this group when they initially enter [% terms.abug %] in this product. </td> </tr> <tr> <td> Default </td> <td> NA </td> <td> [% terms.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 [% terms.bugs %] in this group. </td> </tr> <tr> <td> Default </td> <td> Default </td> <td> [% terms.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 [% terms.bugs %] in this group. Non-members will be able to restrict [% terms.bugs %] to this group on entry and will do so by default </td> </tr> <tr> <td> Default </td> <td> Mandatory </td> <td> [% terms.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 [% terms.bugs %] in this group. Non-members will be forced to place [% terms.bugs %] in this group on entry. </td> </tr> <tr> <td> Mandatory </td> <td> Mandatory </td> <td> [% terms.Bugs %] in this product are required to be restricted to this group. Users are not given any option. </td> </tr> </table> [% PROCESS global/footer.html.tmpl %] --- NEW FILE: confirm-edit.html.tmpl --- [%# 1....@bu... %] [%# 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 <bug...@pe...> # #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title="Confirm Group Control Change for product \'$product\'" %] [% FOREACH group = mandatory_groups %] <P> group '[% group.name FILTER html %]' impacts [% group.count %] [%+ terms.bugs %] for which the group is newly mandatory and will be added. [% END %] [% FOREACH group = na_groups %] <P> group '[% group.name FILTER html %]' impacts [% group.count %] [% terms.bugs %] for which the group is no longer applicable and will be removed.[% END %] <form method="post" > [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] <br> Click "Continue" to proceed with the change including the changes indicated above. If you do not want these changes, use "back" to return to the previous page. <p> <input type="hidden" name="confirmed" value="confirmed"> <input type="submit" value="Continue"> </p> </form> [% PROCESS global/footer.html.tmpl %] |