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
This commit is contained in:
bzrmirror%bugzilla.org 2013-08-15 23:16:02 +00:00
parent 68f6c3d877
commit 04bc9e43d2
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
8701 8702

View File

@ -12,13 +12,14 @@
#%] #%]
[% IF target == "enter_bug.cgi" %] [% IF target == "enter_bug.cgi" %]
[% title = "Select Classification" %] [% title = "Enter $terms.Bug" %]
[% subheader = "Please select the classification." %] [% subheader = "Select Classification" %]
[% END %] [% END %]
[% DEFAULT title = "Choose the classification" %] [% DEFAULT title = "Choose the classification" %]
[% PROCESS global/header.html.tmpl %] [% PROCESS global/header.html.tmpl %]
<h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2>
<table> <table>
<tr> <tr>
<th> <th>

View File

@ -17,7 +17,11 @@
[% IF target == "enter_bug.cgi" %] [% IF target == "enter_bug.cgi" %]
[% title = "Enter $terms.Bug" %] [% 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" %] [% ELSIF target == "describecomponents.cgi" %]
[% title = "Browse" %] [% title = "Browse" %]
[% h2 = "Select a product category to browse:" %] [% h2 = "Select a product category to browse:" %]