Bug 467510 - Remove 'bug' from all page titles containing bug number
r=sgreen, a=sgreen git-svn-id: svn://10.0.0.236/trunk@264940 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
18bebe478f
commit
aef015e77f
@ -1 +1 @@
|
||||
8682
|
||||
8683
|
||||
@ -17,7 +17,7 @@
|
||||
[% IF title_tag == "bug_processed" %]
|
||||
[% title = BLOCK %]
|
||||
[% IF Bugzilla.cgi.param('id') %]
|
||||
[% terms.Bug %] [%+ id FILTER html %]
|
||||
[%+ id FILTER html %]
|
||||
[% ELSE %]
|
||||
[% terms.Bugs %]
|
||||
[% END %]
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
[% filtered_timestamp = bug.delta_ts FILTER time %]
|
||||
|
||||
[% subheader = filtered_desc %]
|
||||
[% title = "$terms.Bug $bug.bug_id – " %]
|
||||
[% title = "$bug.bug_id – " %]
|
||||
[% IF bug.alias != '' %]
|
||||
[% title = title _ "($filtered_alias) " %]
|
||||
[% END %]
|
||||
@ -28,7 +28,7 @@
|
||||
[% IF bug.defined %]
|
||||
[% header = "$terms.Bug $bug.bug_id" %]
|
||||
[% header_addl_info = "Last modified: $filtered_timestamp" %]
|
||||
[% unfiltered_title = "$terms.Bug $bug.bug_id – " %]
|
||||
[% unfiltered_title = "$bug.bug_id – " %]
|
||||
[% IF bug.alias != '' %]
|
||||
[% unfiltered_title = unfiltered_title _ "($bug.alias) " %]
|
||||
[% END %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user