summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/header.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-02-05 00:11:41 +0100
committerlpsolit%gmail.com <>2007-02-05 00:11:41 +0100
commit0bcc983f85371e05099cfc8a496bec74da09093a (patch)
treea56ab0bd117b6913dae5bb52a663895dde4745fa /template/en/default/bug/process/header.html.tmpl
parent2491f22f18db7181d253ea85e5ccb423f0cded93 (diff)
downloadbugzilla-0bcc983f85371e05099cfc8a496bec74da09093a.tar.gz
bugzilla-0bcc983f85371e05099cfc8a496bec74da09093a.tar.xz
Bug 290288: When editing a bug, include the bug number in the "Bug processed" title - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'template/en/default/bug/process/header.html.tmpl')
-rw-r--r--template/en/default/bug/process/header.html.tmpl11
1 files changed, 10 insertions, 1 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl
index 6a9581cb3..f15648c7d 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" %]