[+] BO : Catalog Bulk actions
This commit is contained in:
@@ -63,8 +63,13 @@ class AdminProductsControllerCore extends AdminController
|
||||
$this->className = 'Product';
|
||||
$this->lang = true;
|
||||
$this->explicitSelect = 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?')
|
||||
)
|
||||
);
|
||||
if (!Tools::getValue('id_product'))
|
||||
$this->multishop_context_group = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user