// add new stylesheet view customer and fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11846 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-28 14:32:35 +00:00
parent 38086c5dc6
commit 2e4b4ed7cb
7 changed files with 129 additions and 54 deletions
+2 -2
View File
@@ -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'),