From: Sunil Joshi Date: Tue, 6 Aug 2013 01:35:33 +0000 (+1000) Subject: Bug 467510 - Remove 'bug' from all page titles containing bug number X-Git-Tag: bugzilla-4.5.1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052096c990abfff963bfb8dda623157c48b0fe6a;p=thirdparty%2Fbugzilla.git Bug 467510 - Remove 'bug' from all page titles containing bug number r=sgreen, a=sgreen https://bugzilla.mozilla.org/show_bug.cgi?id=457510 --- diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index f7f61a7370..55de0c324a 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -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 %] diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index f67bbf2f88..1aba5c35a1 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -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 %]