From f4a249536d219fd6dd1ca7cf83e8c19e17388a9b 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=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?UTF-8?q?=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@219467 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/bug/process/header.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl index 6a9581cb349..f15648c7d51 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl +++ b/mozilla/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" %]