// 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:
lLefevre
2011-12-05 11:15:21 +00:00
parent 6f1ecda602
commit 9e6940eb4e
10 changed files with 805 additions and 828 deletions
@@ -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'
);
}
}