// rename $toolbar_fix to $toolbar_scroll part2

This commit is contained in:
tDidierjean
2012-02-28 17:39:40 +00:00
parent d29e810d8d
commit e462d968f0
17 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ class AdminMetaControllerCore extends AdminController
public $table = 'meta';
public $className = 'Meta';
public $lang = true;
protected $toolbar_fix = false;
protected $toolbar_scroll = false;
public function __construct()
{
@@ -319,7 +319,7 @@ class AdminMetaControllerCore extends AdminController
{
$helper = new HelperOptions($this);
$this->setHelperDisplay($helper);
$helper->toolbar_fix = true;
$helper->toolbar_scroll = true;
$helper->toolbar_btn = array('save' => array(
'href' => '#',
'desc' => $this->l('Save')