From b1b70d7782447a1df38b3b07c393dd9b9a129726 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Sun, 4 Feb 2007 15:11:41 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20290288:=20When=20editing=20a=20bug,=20inc?= =?UTF-8?q?lude=20the=20bug=20number=20in=20the=20"Bug=20processed"=20titl?= =?UTF-8?q?e=20-=20Patch=20by=20Fr=EF=BF=BD=EF=BF=BDd=EF=BF=BD=EF=BF=BDric?= =?UTF-8?q?=20Buclin=20=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/en/default/bug/process/header.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl b/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl index 6a9581cb349..f15648c7d51 100644 --- a/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl +++ b/webtools/bugzilla/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" %]