]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 467510 - Remove 'bug' from all page titles containing bug number
authorSunil Joshi <joshi_sunil@in.com>
Tue, 6 Aug 2013 01:35:33 +0000 (11:35 +1000)
committerSimon Green <sgreen@redhat.com>
Tue, 6 Aug 2013 01:35:33 +0000 (11:35 +1000)
r=sgreen, a=sgreen

https://bugzilla.mozilla.org/show_bug.cgi?id=457510

template/en/default/bug/process/header.html.tmpl
template/en/default/bug/show-header.html.tmpl

index f7f61a7370cf0bd6917d975ff6ef2f78839c118c..55de0c324a26661a83e1c70e592ac5fc9fa5806d 100644 (file)
@@ -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 %]
index f67bbf2f88ba2ed432e73f157b3e5e568f90ad7a..1aba5c35a1795fe4384d8a4d0b9521206691ea33 100644 (file)
@@ -18,7 +18,7 @@
 [% filtered_timestamp = bug.delta_ts FILTER time %]
 
 [% subheader = filtered_desc %]
-[% title = "$terms.Bug $bug.bug_id &ndash; " %]
+[% title = "$bug.bug_id &ndash; " %]
 [% IF bug.alias != '' %]
   [% title = title _ "($filtered_alias) " %]
 [% END %]
@@ -28,7 +28,7 @@
 [% IF bug.defined %]
   [% header = "$terms.Bug&nbsp;$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 %]