/[web]/templates/bugzilla/trunk/admin/params/bugchange.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/params/bugchange.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: 2587 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@bugzilla.org>
19 # Frédéric Buclin <LpSolit@gmail.com>
20 #%]
21 [%
22 title = "$terms.Bug Change Policies"
23 desc = "Set up $terms.bug change policies"
24 %]
25
26 [% param_descs = {
27 duplicate_or_move_bug_status => "When $terms.abug is marked as a duplicate of another one " _
28 "or is moved to another installation, use this $terms.bug status."
29
30 letsubmitterchoosepriority => "If this is on, then people submitting $terms.bugs can " _
31 "choose an initial priority for that ${terms.bug}. " _
32 "If off, then all $terms.bugs initially have the default " _
33 "priority selected below.",
34
35 letsubmitterchoosemilestone => "If this is on, then people submitting $terms.bugs can " _
36 "choose the Target Milestone for that ${terms.bug}. " _
37 "If off, then all $terms.bugs initially have the default " _
38 "milestone for the product being filed in.",
39
40 musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _
41 "the milestone be set in order for a user to ACCEPT a ${terms.bug}?",
42
43 commentonchange_resolution => "If this option is on, the user needs to enter a short " _
44 "comment if the resolution of the $terms.bug changes.",
45
46 commentonduplicate => "If this option is on, the user needs to enter a short comment " _
47 "if the $terms.bug is marked as duplicate.",
48
49 noresolveonopenblockers => "Don\'t allow $terms.bugs to be resolved as fixed " _
50 "if they have unresolved dependencies." }
51 %]

  ViewVC Help
Powered by ViewVC 1.1.30