//BO more compliant with 1024x768
This commit is contained in:
@@ -40,7 +40,7 @@ class AdminImagesControllerCore extends AdminController
|
||||
|
||||
$this->fields_list = array(
|
||||
'id_image_type' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
'name' => array('title' => $this->l('Name'), 'width' => 300),
|
||||
'name' => array('title' => $this->l('Name'), 'width' => 'auto'),
|
||||
'width' => array('title' => $this->l('Width'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5),
|
||||
'height' => array('title' => $this->l('Height'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5),
|
||||
'products' => array('title' => $this->l('Products:'), 'width' => 50, 'align' => 'center', 'type' => 'bool', 'callback' => 'printEntityActiveIcon', 'orderby' => false),
|
||||
|
||||
@@ -206,7 +206,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
else
|
||||
$this->fields_list['name_category'] = array(
|
||||
'title' => $this->l('Category'),
|
||||
'width' => 230,
|
||||
'width' => 'auto',
|
||||
'filter_key' => 'cl!name',
|
||||
);
|
||||
$this->fields_list['price'] = array(
|
||||
|
||||
@@ -61,7 +61,7 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
|
||||
'name' => array(
|
||||
'title' => $this->l('Name'),
|
||||
'filter_key' => 'a!name',
|
||||
'width' => 200
|
||||
'width' => 'auto'
|
||||
),
|
||||
'shop_name' => array(
|
||||
'title' => $this->l('Shop'),
|
||||
|
||||
Reference in New Issue
Block a user