diff options
author | Simon Green <sgreen@redhat.com> | 2013-08-16 09:08:20 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-16 09:08:20 +1000 |
commit | 759a6ee2c901c9ab225831a916ca05db016a55eb (patch) | |
tree | 3913dcb5bdb1f11253493e00e6f0a5296aadb1ba /template/en/default/global/choose-product.html.tmpl | |
parent | e8f4b8b058d4dbb0db217291f10186f3e58d8ed7 (diff) | |
download | bugs-759a6ee2c901c9ab225831a916ca05db016a55eb.tar bugs-759a6ee2c901c9ab225831a916ca05db016a55eb.tar.gz bugs-759a6ee2c901c9ab225831a916ca05db016a55eb.tar.bz2 bugs-759a6ee2c901c9ab225831a916ca05db016a55eb.tar.xz bugs-759a6ee2c901c9ab225831a916ca05db016a55eb.zip |
Bug 902314 - Make the title and headings consistent on the pre enter bug pages
r=dkl, a=sgreen
Diffstat (limited to 'template/en/default/global/choose-product.html.tmpl')
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 35a1f94a4..7bbe29c8c 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -17,7 +17,11 @@ [% IF target == "enter_bug.cgi" %] [% title = "Enter $terms.Bug" %] - [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]: [% END %] + [% subheader = "Select Product" %] + [% h2 = BLOCK %] + [% IF Param('useclassification') %]Next[% ELSE %]First[% END %], + you must pick a product on which to enter [% terms.abug %]: + [% END %] [% ELSIF target == "describecomponents.cgi" %] [% title = "Browse" %] [% h2 = "Select a product category to browse:" %] |