From 61b3135f6bbeb71f20b5bf411bb5c4fdc56a6a98 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 15 Jan 2013 17:15:30 +0100 Subject: [PATCH] [-] BO : fixed bug #PSCFV-6623 - multistore edit greek encoding --- controllers/admin/AdminShopController.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index a06fa2508..e9a5f0b0f 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -665,7 +665,7 @@ class AdminShopControllerCore extends AdminController 'icon' => 'themes/'.$this->context->employee->bo_theme.'/img/tree-multishop-groups.png', 'attr' => array( 'href' => $this->context->link->getAdminLink('AdminShop').'&id_shop_group='.$id_shop_group, - 'title' => sprintf($this->l('Click here to display the shops in group %s'), $row['group_name']), + 'title' => sprintf($this->l('Click here to display the shops in group %s', 'AdminShop', false, false)), $row['group_name']), ) ), 'attr' => array( @@ -685,7 +685,7 @@ class AdminShopControllerCore extends AdminController 'icon' => 'themes/'.$this->context->employee->bo_theme.'/img/tree-multishop-shop.png', 'attr' => array( 'href' => $this->context->link->getAdminLink('AdminShopUrl').'&id_shop='.$id_shop, - 'title' => sprintf($this->l('Click here to display the URLs of shops %s'), $row['shop_name']), + 'title' => sprintf($this->l('Click here to display the URLs of shops %s', 'AdminShop', false, false)), $row['shop_name']), ) ), 'attr' => array( @@ -693,7 +693,6 @@ class AdminShopControllerCore extends AdminController ), 'children' => array(), ); - // Url list if (!$id_shop_url) continue; @@ -736,7 +735,7 @@ class AdminShopControllerCore extends AdminController 'icon' => 'themes/'.$this->context->employee->bo_theme.'/img/tree-multishop-root.png', 'attr' => array( 'href' => $this->context->link->getAdminLink('AdminShopGroup'), - 'title' => $this->l('Click here to display group shops list'), + 'title' => $this->l('Click here to display group shops list', 'AdminShop', false, false), ) ), 'attr' => array(