Commit 1161092c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 308150: admin/products/deleted.html.tmpl doesn't include…

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
parent af99ca82
...@@ -629,6 +629,7 @@ if ($action eq 'delete') { ...@@ -629,6 +629,7 @@ if ($action eq 'delete') {
{product => $product}); {product => $product});
$vars->{'product'} = $product; $vars->{'product'} = $product;
$vars->{'classification'} = $classification;
my $bug_ids = $dbh->selectcol_arrayref(q{ my $bug_ids = $dbh->selectcol_arrayref(q{
SELECT bug_id FROM bugs SELECT bug_id FROM bugs
......
...@@ -38,4 +38,8 @@ ...@@ -38,4 +38,8 @@
Product [% product FILTER html %] deleted. Product [% product FILTER html %] deleted.
</p> </p>
[% PROCESS admin/products/footer.html.tmpl
no_edit_product_link = 1
%]
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# no_add_product_link # no_add_product_link
#%] #%]
[% IF classification %] [% IF Param('useclassification') && classification %]
[% classification_url_part = BLOCK %]&amp;classification= [% classification_url_part = BLOCK %]&amp;classification=
[%- classification FILTER url_quote %] [%- classification FILTER url_quote %]
[% END %] [% END %]
......
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