зеркало из https://github.com/mozilla/gecko-dev.git
Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer.html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
This commit is contained in:
Родитель
ffce0251c2
Коммит
76e93eb9de
|
@ -629,6 +629,7 @@ if ($action eq 'delete') {
|
|||
{product => $product});
|
||||
|
||||
$vars->{'product'} = $product;
|
||||
$vars->{'classification'} = $classification;
|
||||
|
||||
my $bug_ids = $dbh->selectcol_arrayref(q{
|
||||
SELECT bug_id FROM bugs
|
||||
|
|
|
@ -38,4 +38,8 @@
|
|||
Product [% product FILTER html %] deleted.
|
||||
</p>
|
||||
|
||||
[% PROCESS admin/products/footer.html.tmpl
|
||||
no_edit_product_link = 1
|
||||
%]
|
||||
|
||||
[% PROCESS global/footer.html.tmpl %]
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# no_add_product_link
|
||||
#%]
|
||||
|
||||
[% IF classification %]
|
||||
[% IF Param('useclassification') && classification %]
|
||||
[% classification_url_part = BLOCK %]&classification=
|
||||
[%- classification FILTER url_quote %]
|
||||
[% END %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче