// Fixed button order in AdminCartRules

This commit is contained in:
Damien Metzger
2013-06-18 16:15:51 +02:00
parent cb95bf68a1
commit ca984840b1
@@ -31,8 +31,8 @@ class AdminCartRulesControllerCore extends AdminController
$this->table = 'cart_rule';
$this->className = 'CartRule';
$this->lang = true;
$this->addRowAction('delete');
$this->addRowAction('edit');
$this->addRowAction('delete');
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->fields_list = array(