[+] BO : Page header toolbar
This commit is contained in:
@@ -95,6 +95,18 @@ class AdminProfilesControllerCore extends AdminController
|
||||
else
|
||||
parent::postProcess();
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
$this->page_header_toolbar_title = $this->l('Profiles');
|
||||
$this->page_header_toolbar_btn['new_profile'] = array(
|
||||
'href' => self::$currentIndex.'&addprofile&token='.$this->token,
|
||||
'desc' => $this->l('Add new profile'),
|
||||
'icon' => 'process-icon-new'
|
||||
);
|
||||
|
||||
parent::initPageHeaderToolbar();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user