[+] BO : Catalog Bulk actions

This commit is contained in:
Jerome Nadaud
2013-08-07 10:52:23 +02:00
parent d95aae9a7b
commit 95f775daa1
6 changed files with 43 additions and 10 deletions
@@ -61,8 +61,13 @@ class AdminAttributesGroupsControllerCore extends AdminController
),
);
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->bulk_actions = array(
'delete' => array(
'text' => $this->l('Delete selected'),
'icon' => $this->l('icon-trash'),
'confirm' => $this->l('Delete selected items?')
)
);
$this->fieldImageSettings = array('name' => 'texture', 'dir' => 'co');
parent::__construct();