From f5c133f6e0f968f2ac51715de51a6e5fd9712d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Thu, 7 Nov 2013 17:50:28 +0100 Subject: [PATCH] // small fix --- admin-dev/themes/default/template/helpers/list/list_header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/helpers/list/list_header.tpl b/admin-dev/themes/default/template/helpers/list/list_header.tpl index d5552015d..10a3bf9b5 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -214,7 +214,7 @@ {$params.title} {/if} - {if (!isset($params.orderby) || $params.orderby) && !$simple_header} + {if (!isset($params.orderby) || $params.orderby) && !$simple_header && $show_filters}