From 7454d75fb95244fd9aff0a840fe00fa6ecb99a4d Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 2 Oct 2013 17:08:28 +0200 Subject: [PATCH] // List simple header bootstraping --- .../themes/default/template/helpers/list/list_footer.tpl | 2 ++ .../themes/default/template/helpers/list/list_header.tpl | 4 ++++ 2 files changed, 6 insertions(+) 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 ffe89a413..010c1913b 100644 --- a/admin-dev/themes/default/template/helpers/list/list_footer.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_footer.tpl @@ -89,6 +89,8 @@ +{else} + {/if} {hook h='displayAdminListAfter'} 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 66f14a2ff..fe4839bc9 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -252,6 +252,10 @@ {/if} +{/if} +{if $simple_header} +
+

{if is_array($title)}{$title|end}{else}{$title}{/if}

{/if}