RSS

(root)/bugzilla/4.2 : 7271 : template/en/default/admin/params/bugchange.html.tmpl

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

Viewing changes to template/en/default/admin/params/bugchange.html.tmpl

Max Kanat-Alexander
2010-07-05 17:42:57
Revision ID: mkanat@bugzilla.org-20100706004257-9wg4e8f3s52lbqhi
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
IN_PROGRESS, RESOLVED, VERIFIED.
r=LpSolit, a=mkanat

Show diffs side-by-side

added added

removed removed

23
23
   desc = "Set up $terms.bug change policies"
24
24
%]
25
25
 
 
26
[% PROCESS "global/field-descs.none.tmpl" %]
 
27
 
 
28
[% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %]
 
29
 
26
30
[% param_descs = {
27
31
  duplicate_or_move_bug_status => "When $terms.abug is marked as a duplicate of another one " _
28
32
                                  "or is moved to another installation, use this $terms.bug status."
37
41
                                 "If off, then all $terms.bugs initially have the default " _
38
42
                                 "milestone for the product being filed in.",
39
43
 
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}?",
 
44
  musthavemilestoneonaccept => 
 
45
    "If you are using ${field_descs.target_milestone}, do you want to require"
 
46
    _ " that the milestone be set in order for a user to set"
 
47
    _ "  ${terms.abug}'s status to ${accept_status}?",
42
48
 
43
49
  commentonchange_resolution => "If this option is on, the user needs to enter a short " _
44
50
                                "comment if the resolution of the $terms.bug changes.",

Loggerhead 1.18.1 is a web-based interface for Bazaar branches