From: lpsolit%gmail.com <> Date: Sun, 4 Feb 2007 23:11:41 +0000 (+0000) Subject: Bug 290288: When editing a bug, include the bug number in the "Bug processed" title... X-Git-Tag: bugzilla-3.0rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcc983f85371e05099cfc8a496bec74da09093a;p=thirdparty%2Fbugzilla.git Bug 290288: When editing a bug, include the bug number in the "Bug processed" title - Patch by Frédéric Buclin r=mkanat a=LpSolit --- diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index 6a9581cb34..f15648c7d5 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -25,8 +25,17 @@ [% PROCESS global/variables.none.tmpl %] +[% USE Bugzilla %] + [% IF title_tag == "bug_processed" %] - [% title = "$terms.Bug processed" %] + [% title = BLOCK %] + [% IF Bugzilla.cgi.param('id') %] + [% terms.Bug %] [%+ id FILTER html %] + [% ELSE %] + [% terms.Bugs %] + [% END %] + processed + [% END %] [% ELSIF title_tag == "mid_air" %] [% title = "Mid-air collision!" %] [% ELSIF title_tag == "change_votes" %]