From 1161092ca5c84b39335f9c632c261efddcfaac93 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 13 Sep 2005 02:06:28 +0000 Subject: Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer.html.tmpl - Patch by Frédéric Buclin r=GavinS a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/products/deleted.html.tmpl | 4 ++++ template/en/default/admin/products/footer.html.tmpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/products/deleted.html.tmpl b/template/en/default/admin/products/deleted.html.tmpl index 6b31dbb09..3252f97c9 100644 --- a/template/en/default/admin/products/deleted.html.tmpl +++ b/template/en/default/admin/products/deleted.html.tmpl @@ -38,4 +38,8 @@ Product [% product FILTER html %] deleted.

+[% PROCESS admin/products/footer.html.tmpl + no_edit_product_link = 1 +%] + [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/products/footer.html.tmpl b/template/en/default/admin/products/footer.html.tmpl index 157e71582..531e6c48e 100644 --- a/template/en/default/admin/products/footer.html.tmpl +++ b/template/en/default/admin/products/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 %] -- cgit v1.2.3-24-g4f1b