Commit 7892f58f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 453023: The "Importance" label in show_bug.cgi should point to the severity…

Bug 453023: The "Importance" label in show_bug.cgi should point to the severity and priority descriptions - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent fafc1b6c
......@@ -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 %]
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment