// fix position in list for products, product images. still need to fix display after change position product images

This commit is contained in:
tDidierjean
2011-11-20 19:47:07 +00:00
parent e383783e72
commit 6233b3b242
5 changed files with 10 additions and 24 deletions
@@ -47,14 +47,15 @@ class AdminTaxRulesGroupControllerCore extends AdminController
),
'name' => array(
'title' => $this->l('Name'),
'width' => 140
'width' => 'auto'
),
'active' => array(
'title' => $this->l('Enabled'),
'width' => 25,
'active' => 'status',
'type' => 'bool',
'orderby' => false
'orderby' => false,
'align' => 'center'
)
);