diff options
author | lpsolit%gmail.com <> | 2008-09-17 18:11:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-17 18:11:28 +0200 |
commit | 7892f58f394c739d68183319c8c516ff694a61d9 (patch) | |
tree | 09d90100a58cc7c06839ec8a059daf7e84ce2dda /template/en/default | |
parent | fafc1b6ca0b40c72fa636a08661f6d585d2cc6eb (diff) | |
download | bugzilla-7892f58f394c739d68183319c8c516ff694a61d9.tar.gz bugzilla-7892f58f394c739d68183319c8c516ff694a61d9.tar.xz |
Bug 453023: The "Importance" label in show_bug.cgi should point to the severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 20 |
2 files changed, 14 insertions, 9 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 9dc7cba00..89d5319fa 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -435,7 +435,8 @@ [%###############################################################%] <tr> <td class="field_label"> - <label for="priority" accesskey="i"><b><u>I</u>mportance</b></label>: + <label for="priority" accesskey="i"> + <b><a href="page.cgi?id=fields.html#importance"><u>I</u>mportance</a></b></label>: </td> <td> [% PROCESS select selname => "priority" no_td=>1 %] diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index ba366196a..90ec2d045 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -206,6 +206,18 @@ cycle of [% terms.abug %]. </tr> </table> +<h2><a name="importance">Importance</h2> +The importance of [% terms.abug %] is described as the combination of +its <a href="#priority">priority</a> and <a href="#bug_severity">severity</a>, +as described below. + +<h2><a name="priority">Priority</a></h2> +This field describes the importance and order in which [% terms.abug %] +should be fixed. This field is utilized by the +programmers/engineers to prioritize their work to be done. The +available priorities range from <b>P1</b> (most important) to +<b>P5</b> (least important). + <h2><a name="bug_severity">Severity</a></h2> This field describes the impact of [% terms.abug %]. @@ -255,14 +267,6 @@ This field describes the impact of [% terms.abug %]. <td>Request for enhancement</td> </table> -<h2><a name="priority">Priority</a></h2> -This field describes the importance and order in which [% terms.abug %] -should be fixed. This field is utilized by the -programmers/engineers to prioritize their work to be done. The -available priorities range from <b>P1</b> (most important) to -<b>P5</b> (least important). - - <h2><a name="rep_platform">Platform</a></h2> This is the hardware platform against which the [% terms.bug %] was reported. Legal platforms include: |