From 73e9d966a6ac0f00bc3922b242e9eeca02e6b1a8 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 22 Oct 2013 11:24:50 +0200 Subject: [PATCH] // list bulk actions fix --- .../themes/default/template/helpers/list/list_content.tpl | 2 +- .../themes/default/template/helpers/list/list_footer.tpl | 2 +- classes/helper/HelperList.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/list/list_content.tpl b/admin-dev/themes/default/template/helpers/list/list_content.tpl index ea0d5725e..91e235809 100644 --- a/admin-dev/themes/default/template/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_content.tpl @@ -31,7 +31,7 @@ {if isset($tr.color) && $color_on_bg}style="background-color: {$tr.color}"{/if} > - {if {$has_bulk_actions}} + {if $bulk_actions && $has_bulk_actions} {if isset($list_skip_actions.delete)} {if !in_array($tr.$identifier, $list_skip_actions.delete)} diff --git a/admin-dev/themes/default/template/helpers/list/list_footer.tpl b/admin-dev/themes/default/template/helpers/list/list_footer.tpl index 8638b7f6d..e89180e02 100644 --- a/admin-dev/themes/default/template/helpers/list/list_footer.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_footer.tpl @@ -26,7 +26,7 @@
- {if $bulk_actions} + {if $bulk_actions && $has_bulk_actions}