зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
95da2dde07
Коммит
b1b70d7782
|
@ -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" %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче