// Toolbar modifs

This commit is contained in:
Jerome Nadaud
2013-10-08 18:42:07 +02:00
parent b7e13e2e7f
commit d88857610d
78 changed files with 871 additions and 626 deletions
@@ -59,12 +59,12 @@ class AdminCartRulesControllerCore extends AdminController
public function initPageHeaderToolbar()
{
$this->page_header_toolbar_title = $this->l('Cart rules');
$this->page_header_toolbar_btn['new_cart_rule'] = array(
'href' => self::$currentIndex.'&addcart_rule&token='.$this->token,
'desc' => $this->l('Add new cart rule'),
'icon' => 'process-icon-new'
);
if (empty($this->display))
$this->page_header_toolbar_btn['new_cart_rule'] = array(
'href' => self::$currentIndex.'&addcart_rule&token='.$this->token,
'desc' => $this->l('Add new cart rule'),
'icon' => 'process-icon-new'
);
parent::initPageHeaderToolbar();
}