From 04bc9e43d23f225a60da07c6e225d966b0782907 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Thu, 15 Aug 2013 23:16:02 +0000 Subject: [PATCH] Bug 902314 - Make the title and headings consistent on the pre enter bug pages r=dkl, a=sgreen git-svn-id: svn://10.0.0.236/trunk@264970 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../en/default/global/choose-classification.html.tmpl | 5 +++-- .../template/en/default/global/choose-product.html.tmpl | 6 +++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 2885c34e287..c892f3bda1e 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8701 \ No newline at end of file +8702 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/global/choose-classification.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/choose-classification.html.tmpl index a3aab9c29b9..0ecd68dc2fa 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/choose-classification.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/choose-classification.html.tmpl @@ -12,13 +12,14 @@ #%] [% IF target == "enter_bug.cgi" %] - [% title = "Select Classification" %] - [% subheader = "Please select the classification." %] + [% title = "Enter $terms.Bug" %] + [% subheader = "Select Classification" %] [% END %] [% DEFAULT title = "Choose the classification" %] [% PROCESS global/header.html.tmpl %] +

First, you must pick a classification on which to enter [% terms.abug %]:

diff --git a/mozilla/webtools/bugzilla/template/en/default/global/choose-product.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/choose-product.html.tmpl index 35a1f94a401..7bbe29c8cae 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/choose-product.html.tmpl +++ b/mozilla/webtools/bugzilla/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:" %]