Commit 052096c9 authored by Sunil Joshi's avatar Sunil Joshi Committed by Simon Green

Bug 467510 - Remove 'bug' from all page titles containing bug number

parent 4edafe5e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
[% IF title_tag == "bug_processed" %] [% IF title_tag == "bug_processed" %]
[% title = BLOCK %] [% title = BLOCK %]
[% IF Bugzilla.cgi.param('id') %] [% IF Bugzilla.cgi.param('id') %]
[% terms.Bug %] [%+ id FILTER html %] [%+ id FILTER html %]
[% ELSE %] [% ELSE %]
[% terms.Bugs %] [% terms.Bugs %]
[% END %] [% END %]
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
[% filtered_timestamp = bug.delta_ts FILTER time %] [% filtered_timestamp = bug.delta_ts FILTER time %]
[% subheader = filtered_desc %] [% subheader = filtered_desc %]
[% title = "$terms.Bug $bug.bug_id – " %] [% title = "$bug.bug_id – " %]
[% IF bug.alias != '' %] [% IF bug.alias != '' %]
[% title = title _ "($filtered_alias) " %] [% title = title _ "($filtered_alias) " %]
[% END %] [% END %]
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
[% IF bug.defined %] [% IF bug.defined %]
[% header = "$terms.Bug $bug.bug_id" %] [% header = "$terms.Bug $bug.bug_id" %]
[% header_addl_info = "Last modified: $filtered_timestamp" %] [% header_addl_info = "Last modified: $filtered_timestamp" %]
[% unfiltered_title = "$terms.Bug $bug.bug_id – " %] [% unfiltered_title = "$bug.bug_id – " %]
[% IF bug.alias != '' %] [% IF bug.alias != '' %]
[% unfiltered_title = unfiltered_title _ "($bug.alias) " %] [% unfiltered_title = unfiltered_title _ "($bug.alias) " %]
[% END %] [% END %]
......
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