Commit 759a6ee2 authored by Simon Green's avatar Simon Green

Bug 902314 - Make the title and headings consistent on the pre enter bug pages

r=dkl, a=sgreen
parent e8f4b8b0
......@@ -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 %]
<h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2>
<table>
<tr>
<th>
......
......@@ -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:" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment