// Helper now can uses toolbar
// bugfix in category listing and editing // display fix in adminHome
This commit is contained in:
@@ -286,7 +286,6 @@ class HelperListCore extends Helper
|
||||
'fields_display' => $this->fieldsDisplay,
|
||||
'list' => $this->_list,
|
||||
'actions' => $this->actions,
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'no_link' => $this->no_link,
|
||||
'current_index' => $this->currentIndex,
|
||||
'view' => in_array('view', $this->actions),
|
||||
@@ -528,7 +527,7 @@ class HelperListCore extends Helper
|
||||
'id_cat' => $id_cat,
|
||||
'shop_link_type' => $this->shopLinkType,
|
||||
'has_actions' => (boolean)count($this->actions),
|
||||
'add_button' => in_array('edit', $this->actions) && (!isset($this->noAdd) || !$this->noAdd),
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'table_id' => isset($table_id) ? $table_id : null,
|
||||
'table_dnd' => isset($table_dnd) ? $table_dnd : null,
|
||||
'name' => isset($name) ? $name : null,
|
||||
|
||||
Reference in New Issue
Block a user