// delete stylesheet label information add list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12131 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-01-04 13:56:34 +00:00
parent 36c92fb84f
commit 397d9c6e80
6 changed files with 69 additions and 40 deletions
@@ -3344,7 +3344,7 @@ class AdminProductsControllerCore extends AdminController
$color_by_default = '#BDE5F8';
$this->fieldsDisplay = array(
'attributes' => array('title' => $this->l('Attributes'), 'align' => 'left', 'width' => 70),
'attributes' => array('title' => $this->l('Attributes'), 'align' => 'left'),
'price' => array('title' => $this->l('Impact'), 'type' => 'price', 'align' => 'left', 'width' => 70),
'weight' => array('title' => $this->l('Weight'), 'align' => 'left', 'width' => 70),
'reference' => array('title' => $this->l('Reference'), 'align' => 'left', 'width' => 70),