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

This commit is contained in:
rMalie
2011-08-22 09:33:16 +00:00
parent 86e9932a44
commit e64eb39f48
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
*