[+] BO : Catalog Bulk actions
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user