// Improve multishop ergonomy (you edit this field for) on languages fields

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8136 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-22 09:33:16 +00:00
parent ae6350fabf
commit 4e0b3ed2f7
6 changed files with 35 additions and 27 deletions
-8
View File
@@ -2405,14 +2405,6 @@ EOF;
echo $html;
}
protected function youEditFieldFor()
{
if (!Shop::isMultiShopActivated())
return;
return $this->l('This field will be changed for the shop:').' '.Context::getContext()->shop->name;
}
/**
* Get current URL
*