// adding button in toolbar for AdminProductsController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10903 b9a71923-0436-4b27-9f14-aed3839534dd
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