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') {
{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 %]&amp;classification=
[%- classification FILTER url_quote %]
[% 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