// adding button in toolbar for AdminProductsController
This commit is contained in:
@@ -426,7 +426,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
);
|
||||
$this->toolbar_btn['newAttributes'] = array(
|
||||
'href' => self::$currentIndex.'&updateattribute&token='.$this->token,
|
||||
'desc' => $this->l('Add new Attributes')
|
||||
'desc' => $this->l('Add new Attributes'),
|
||||
'class' => 'toolbar-new'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user