// add new stylesheet view customer and fix table extensible
This commit is contained in:
@@ -90,7 +90,7 @@ class AdminCarriersControllerCore extends AdminController
|
||||
),
|
||||
'type' => 'bool',
|
||||
'orderby' => false,
|
||||
'width' => 25
|
||||
'width' => 150
|
||||
),
|
||||
'position' => array(
|
||||
'title' => $this->l('Position'),
|
||||
|
||||
@@ -93,7 +93,7 @@ class AdminCountriesControllerCore extends AdminController
|
||||
),
|
||||
'call_prefix' => array(
|
||||
'title' => $this->l('Call prefix'),
|
||||
'width' => 40,
|
||||
'width' => 150,
|
||||
'align' => 'center',
|
||||
'callback' => 'displayCallPrefix'
|
||||
),
|
||||
|
||||
@@ -47,7 +47,7 @@ class AdminShopUrlControllerCore extends AdminController
|
||||
),
|
||||
'shop_name' => array(
|
||||
'title' => $this->l('Shop name'),
|
||||
'width' => 70
|
||||
'width' => 150
|
||||
),
|
||||
'domain' => array(
|
||||
'title' => $this->l('Domain'),
|
||||
@@ -71,7 +71,7 @@ class AdminShopUrlControllerCore extends AdminController
|
||||
'type' => 'bool',
|
||||
'orderby' => false,
|
||||
'filter_key' => 'main',
|
||||
'width' => 50,
|
||||
'width' => 100,
|
||||
),
|
||||
'active' => array(
|
||||
'title' => $this->l('Enabled'),
|
||||
|
||||
@@ -57,13 +57,12 @@ class AdminStatesControllerCore extends AdminController
|
||||
),
|
||||
'name' => array(
|
||||
'title' => $this->l('Name'),
|
||||
'width' => 140,
|
||||
'filter_key' => 'a!name'
|
||||
),
|
||||
'iso_code' => array(
|
||||
'title' => $this->l('ISO code'),
|
||||
'align' => 'center',
|
||||
'width' => 50
|
||||
'width' => 75
|
||||
),
|
||||
'zone' => array(
|
||||
'title' => $this->l('Zone'),
|
||||
|
||||
Reference in New Issue
Block a user