From a778b485e088757d81606ff85aae2f39473c42f5 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 2 Jun 2009 03:49:21 +0000 Subject: Bug 194272: Provide a way to browse bugs instead of searching for them Patch by Max Kanat-Alexander r=pyrzak, r=LpSolit, a=LpSolit --- template/en/default/reports/components.html.tmpl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index eb08a35ac..3fe609143 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -19,7 +19,8 @@ #%] [%# INTERFACE: - # product: object. The product for which we want to display component descriptions. + # product: object. The product for which we want to display component + # descriptions. #%] [% title = BLOCK %] @@ -34,9 +35,12 @@ [% numcols = 2 %] [% END %] -

- [% product.description FILTER html_light %] -

+ +

[% product.name FILTER html %]: + [% product.description FILTER html_light %]

+ +

Select a component to view open [% terms.bugs %] in that + component:

@@ -71,7 +75,11 @@
- [% comp.name FILTER html %] + + [% comp.name FILTER html %] [% INCLUDE global/user.html.tmpl who = comp.default_assignee %] -- cgit v1.2.3-24-g4f1b