[+] 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
@@ -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;