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
git-svn-id: svn://10.0.0.236/trunk@219467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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" %]
|
||||
|
||||
Reference in New Issue
Block a user