diff options
-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: |