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 10a3bf9b5..a07a50887 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -74,7 +74,7 @@ {block name="startForm"} -
+ {/block} {if !$simple_header} diff --git a/classes/helper/HelperList.php b/classes/helper/HelperList.php index 8c6266710..75a42046d 100644 --- a/classes/helper/HelperList.php +++ b/classes/helper/HelperList.php @@ -526,7 +526,7 @@ class HelperListCore extends Helper if (Tools::getIsset($this->table.'Orderby')) $order = '&'.$this->table.'Orderby='.urlencode($this->orderBy).'&'.$this->table.'Orderway='.urlencode(strtolower($this->orderWay)); - $action = $this->currentIndex.$identifier.'&token='.$token.'#'.$this->table; + $action = $this->currentIndex.$identifier.'&token='.$token.'#'.$this->list_id; /* Determine current page number */ $page = (int)Tools::getValue('submitFilter'.$this->list_id);