]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 902314 - Make the title and headings consistent on the pre enter bug pages
authorSimon Green <sgreen@redhat.com>
Thu, 15 Aug 2013 23:08:20 +0000 (09:08 +1000)
committerSimon Green <sgreen@redhat.com>
Thu, 15 Aug 2013 23:08:20 +0000 (09:08 +1000)
r=dkl, a=sgreen

template/en/default/global/choose-classification.html.tmpl
template/en/default/global/choose-product.html.tmpl

index a3aab9c29b940f8ff834bfa4a43f3016aa46c60a..0ecd68dc2fac086c57c28b9fd60fe4a8ffd5909e 100644 (file)
   #%]
 
 [% 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 %]
 
+<h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2>
 <table>
   <tr>
     <th>
index 35a1f94a401786ad5cf01453bac41811a61d236e..7bbe29c8cae1534958a16ef211c13eb444793a3d 100644 (file)
 
 [% 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:" %]