// adding button in toolbar for AdminProductsController

This commit is contained in:
lLefevre
2011-12-05 11:15:21 +00:00
parent 7e3653aab3
commit b4e748c486
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'
);
}
}