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/global/choose-product.html.tmpl | 8 +++++--- template/en/default/global/common-links.html.tmpl | 5 +---- template/en/default/reports/components.html.tmpl | 18 +++++++++++++----- 3 files changed, 19 insertions(+), 12 deletions(-) (limited to 'template') diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 0a38db6af..2ce1ef497 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -31,15 +31,17 @@ [% IF target == "enter_bug.cgi" %] [% title = "Enter $terms.Bug" %] - [% subheader = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %] + [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]: [% END %] [% ELSIF target == "describecomponents.cgi" %] - [% title = "$terms.Bugzilla Component Descriptions" %] - [% subheader = "Please specify the product whose components you want described." %] + [% title = "$terms.Bugzilla: Browse" %] + [% h2 = "Select a product category to browse:" %] [% END %] [% DEFAULT title = "Choose a Product" %] [% PROCESS global/header.html.tmpl %] +

[% h2 FILTER html %]

+ [% FOREACH c = classifications %] diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index fa5b0b03a..8ab2a2b02 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -23,6 +23,7 @@
@@ -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