// fix added toolbar in HelperOptions

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10271 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-18 14:22:53 +00:00
parent eda71ac8fb
commit ae4a223509
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,