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}