[+] 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
@@ -38,8 +38,14 @@ class AdminManufacturersControllerCore extends AdminController
$this->deleted = false;
$this->allow_export = true;
$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->context = Context::getContext();
$this->fieldImageSettings = array(