[+] BO : Page header toolbar
This commit is contained in:
@@ -112,6 +112,18 @@ class AdminQuickAccessesControllerCore extends AdminController
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
$this->page_header_toolbar_title = $this->l('Quick access');
|
||||
$this->page_header_toolbar_btn['new_quick_access'] = array(
|
||||
'href' => self::$currentIndex.'&addquick_access&token='.$this->token,
|
||||
'desc' => $this->l('Add new quick access'),
|
||||
'icon' => 'process-icon-new'
|
||||
);
|
||||
|
||||
parent::initPageHeaderToolbar();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user