// delete stylesheet label information add list

This commit is contained in:
vKham
2012-01-04 13:56:34 +00:00
parent 056f3dd3f1
commit a4d4c93368
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),