[+] BO : Page header toolbar
This commit is contained in:
@@ -88,6 +88,17 @@ class AdminOrderMessageControllerCore extends AdminController
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function initPageHeaderToolbar()
|
||||
{
|
||||
$this->page_header_toolbar_title = $this->l('Order messages');
|
||||
$this->page_header_toolbar_btn['new_order_message'] = array(
|
||||
'href' => self::$currentIndex.'&addorder_message&token='.$this->token,
|
||||
'desc' => $this->l('Add new order message'),
|
||||
'icon' => 'process-icon-new'
|
||||
);
|
||||
|
||||
parent::initPageHeaderToolbar();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user