// rename $toolbar_fix to $toolbar_scroll part1
This commit is contained in:
@@ -41,7 +41,7 @@ class HelperCore
|
||||
public $title;
|
||||
public $show_toolbar = true;
|
||||
public $context;
|
||||
public $toolbar_fix = false;
|
||||
public $toolbar_scroll = false;
|
||||
|
||||
/**
|
||||
* @var Module
|
||||
|
||||
@@ -147,7 +147,7 @@ class HelperFormCore extends Helper
|
||||
'title' => $this->title,
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'show_toolbar' => $this->show_toolbar,
|
||||
'toolbar_fix' => $this->toolbar_fix,
|
||||
'toolbar_scroll' => $this->toolbar_scroll,
|
||||
'submit_action' => $this->submit_action,
|
||||
'firstCall' => $this->first_call,
|
||||
'current' => $this->currentIndex,
|
||||
|
||||
@@ -588,7 +588,7 @@ class HelperListCore extends Helper
|
||||
$this->header_tpl->assign(array_merge($this->tpl_vars, array(
|
||||
'title' => $this->title,
|
||||
'show_toolbar' => $this->show_toolbar,
|
||||
'toolbar_fix' => $this->toolbar_fix,
|
||||
'toolbar_scroll' => $this->toolbar_scroll,
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'table' => $this->table,
|
||||
'currentIndex' => $this->currentIndex,
|
||||
|
||||
@@ -143,7 +143,7 @@ class HelperOptionsCore extends Helper
|
||||
'title' => $this->title,
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'show_toolbar' => $this->show_toolbar,
|
||||
'toolbar_fix' => $this->toolbar_fix,
|
||||
'toolbar_scroll' => $this->toolbar_scroll,
|
||||
'current' => $this->currentIndex,
|
||||
'table' => $this->table,
|
||||
'token' => $this->token,
|
||||
|
||||
@@ -53,7 +53,7 @@ class HelperViewCore extends Helper
|
||||
'token' => $this->token,
|
||||
'table' => $this->table,
|
||||
'show_toolbar' => $this->show_toolbar,
|
||||
'toolbar_fix' => $this->toolbar_fix,
|
||||
'toolbar_scroll' => $this->toolbar_scroll,
|
||||
'toolbar_btn' => $this->toolbar_btn,
|
||||
'link' => $this->context->link
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user