From fea7cd598375863334c586dd42b0c3e80d1146ac Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 22 Oct 2013 14:48:44 +0200 Subject: [PATCH] //helper list must be wrapped by a form even if it's a simple header --- admin-dev/themes/default/template/helpers/list/list_footer.tpl | 3 +-- admin-dev/themes/default/template/helpers/list/list_header.tpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 e89180e02..82f9bac78 100644 --- a/admin-dev/themes/default/template/helpers/list/list_footer.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_footer.tpl @@ -149,11 +149,10 @@ {if !$simple_header} - {else} {/if} - + {hook h='displayAdminListAfter'} {if isset($name_controller)} 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 5042f3bdc..cb2043bde 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -74,8 +74,8 @@ -{if !$simple_header}
+{if !$simple_header} {block name="override_form_extra"}{/block}