/[web]/templates/bugzilla/trunk/admin/groups/confirm-remove.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/groups/confirm-remove.html.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations) (download)
Fri Nov 26 14:56:29 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 2506 byte(s)
Add custom template with identity support
1 [%# The contents of this file are subject to the Mozilla Public
2 # License Version 1.1 (the "License"); you may not use this file
3 # except in compliance with the License. You may obtain a copy of
4 # the License at http://www.mozilla.org/MPL/
5 #
6 # Software distributed under the License is distributed on an "AS
7 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8 # implied. See the License for the specific language governing
9 # rights and limitations under the License.
10 #
11 # The Original Code is the Bugzilla Bug Tracking System.
12 #
13 # The Initial Developer of the Original Code is Netscape Communications
14 # Corporation. Portions created by Netscape are
15 # Copyright (C) 1998 Netscape Communications Corporation. All
16 # Rights Reserved.
17 #
18 # Contributor(s): Dave Miller <justdave@syndicomm.com>
19 # Joel Peshkin <bugreport@peshkin.net>
20 # Jacob Steenhagen <jake@bugzilla.org>
21 # Vlad Dascalu <jocuri@softhome.net>
22 # Max Kanat-Alexander <mkanat@bugzilla.org>
23 #%]
24
25 [%# INTERFACE:
26 # group: The Bugzilla::Group being changed.
27 # regexp: the regexp according to which the update is performed.
28 #%]
29
30 [% IF regexp %]
31 [% title = "Confirm: Remove Explicit Members in the Regular Expression?" %]
32 [% ELSE %]
33 [% title = "Confirm: Remove All Explicit Members?" %]
34 [% END %]
35
36 [% PROCESS global/header.html.tmpl
37 title = title
38 doc_section = "groups.html"
39 %]
40
41 [% IF regexp %]
42 <p>This option will remove all users from '[% group.name FILTER html %]'
43 whose login names match the regular expression:
44 '[% regexp FILTER html %]'</p>
45 [% ELSE %]
46 <p>This option will remove all explicitly defined users
47 from '[% group.name FILTER html %].'</p>
48 [% END %]
49
50 <p>Generally, you will only need to do this when upgrading groups
51 created with [% terms.Bugzilla %] versions 2.16 and earlier. Use
52 this option with <b>extreme care</b> and consult the documentation
53 for further information.
54 </p>
55
56 <form method="post" action="editgroups.cgi">
57 <input type="hidden" name="group_id" value="[% group.id FILTER html %]">
58 <input type="hidden" name="regexp" value="[% regexp FILTER html %]">
59 <input type="hidden" name="action" value="remove_regexp">
60
61 <input name="token" type="hidden" value="[% token FILTER html %]">
62 <input name="confirm" type="submit" value="Confirm">
63 <p>Or <a href="editgroups.cgi">return to the Edit Groups page</a>.</p>
64 </form>
65
66 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30