From 7892f58f394c739d68183319c8c516ff694a61d9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 17 Sep 2008 16:11:28 +0000 Subject: Bug 453023: The "Importance" label in show_bug.cgi should point to the severity and priority descriptions - Patch by Frédéric Buclin r=ghendricks a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/edit.html.tmpl | 3 ++- template/en/default/pages/fields.html.tmpl | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'template') 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 @@ [%###############################################################%] - : + : [% 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 %]. +

Importance

+The importance of [% terms.abug %] is described as the combination of +its priority and severity, +as described below. + +

Priority

+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 P1 (most important) to +P5 (least important). +

Severity

This field describes the impact of [% terms.abug %]. @@ -255,14 +267,6 @@ This field describes the impact of [% terms.abug %]. Request for enhancement -

Priority

-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 P1 (most important) to -P5 (least important). - -

Platform

This is the hardware platform against which the [% terms.bug %] was reported. Legal platforms include: -- cgit v1.2.3-24-g4f1b