// UI fixs

This commit is contained in:
Kevin Granger
2013-10-31 12:20:29 +01:00
parent 03564fe0e5
commit 534421fb6b
4 changed files with 8 additions and 6 deletions
@@ -44,7 +44,7 @@ class AdminCartRulesControllerCore extends AdminController
'code' => array('title' => $this->l('Code'), 'class' => 'fixed-width-sm'),
'quantity' => array('title' => $this->l('Quantity'), 'align' => 'center', 'class' => 'fixed-width-xs'),
'date_to' => array('title' => $this->l('Until'), 'class' => 'fixed-width-lg'),
'active' => array('title' => $this->l('Status'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false),
'active' => array('title' => $this->l('Status'), 'active' => 'status', 'type' => 'bool', 'orderby' => false),
);
parent::__construct();