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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10302 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-20 19:47:07 +00:00
parent 70c92e1d38
commit 9e8d16ad6a
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'
)
);