// fix added toolbar in HelperOptions

This commit is contained in:
lLefevre
2011-11-18 14:22:53 +00:00
parent 42b4711504
commit bb3e157562
8 changed files with 136 additions and 117 deletions
+2 -3
View File
@@ -29,7 +29,6 @@ class HelperFormCore extends Helper
{
public $id;
public $first_call = true;
public $toolbar = true;
/** @var array of forms fields */
protected $fields_form = array();
@@ -137,11 +136,11 @@ class HelperFormCore extends Helper
}
$this->tpl->assign(array(
'submit_action' => $this->submit_action,
'title' => $this->title,
'toolbar_btn' => $this->toolbar_btn,
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
'title' => $this->title,
'submit_action' => $this->submit_action,
'firstCall' => $this->first_call,
'current' => $this->currentIndex,
'token' => $this->token,