Commit 0bcc983f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 290288: When editing a bug, include the bug number in the "Bug processed"…

Bug 290288: When editing a bug, include the bug number in the "Bug processed" title - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
parent 2491f22f
......@@ -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" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment