// Some fix on multishop + stock

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10564 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-11-23 17:00:20 +00:00
parent 38d17b447e
commit e4654570e9
6 changed files with 16 additions and 19 deletions
+4 -4
View File
@@ -45,6 +45,10 @@ class AdminShopUrlControllerCore extends AdminController
'align' => 'center',
'width' => 25
),
'shop_name' => array(
'title' => $this->l('Shop name'),
'width' => 70
),
'domain' => array(
'title' => $this->l('Domain'),
'width' => 'auto',
@@ -60,10 +64,6 @@ class AdminShopUrlControllerCore extends AdminController
'width' => 200,
'filter_key' => 'uri'
),
'shop_name' => array(
'title' => $this->l('Shop name'),
'width' => 70
),
'main' => array(
'title' => $this->l('Main URL'),
'align' => 'center',