summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-05 02:13:51 +0100
committerterry%netscape.com <>1999-02-05 02:13:51 +0100
commit28ace6f018eb70180f4766e8f924efdc004f62cd (patch)
treea7ba8207122ef03a6afe1172a473ac9bccf8f5aa /bug_form.pl
parent1f785439a2789a31d0c2e828283171026849b6ab (diff)
downloadbugzilla-28ace6f018eb70180f4766e8f924efdc004f62cd.tar.gz
bugzilla-28ace6f018eb70180f4766e8f924efdc004f62cd.tar.xz
Added a page which describes all the components in a product.
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 0adcaac1c..d56d6b42a 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -138,7 +138,8 @@ print "
<TD>$bug{'resolution'}</TD>
<TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#severity\">Severity:</A></B></TD>
<TD><SELECT NAME=bug_severity>$sev_popup</SELECT></TD>
- <TD ALIGN=RIGHT><B>Component:</B></TD>
+ <TD ALIGN=RIGHT><B><A HREF=\"describecomponents.cgi?product=" .
+ url_quote($bug{'product'}) . "\">Component:</A></B></TD>
<TD><SELECT NAME=component>$component_popup</SELECT></TD>
</TR><TR>
<TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#assigned_to\">Assigned&nbsp;To: