//small fix for retro compat on adminTab

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17815 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-10-10 08:36:51 +00:00
parent 23dd0558d6
commit 3509b227a6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ echo '
if(defined('_PS_MODE_DEV_') && _PS_MODE_DEV_)
echo '<div class="warn">This tab is an AdminTab</div>';
if (Shop::isFeatureActive())
if (Shop::isFeatureActive() && Context::getContext()->controller->multishop_context != Shop::CONTEXT_ALL)
{
echo '<div class="multishop_toolbar">
<span class="text_multishop">'.translate('Multistore configuration for').'</span>'.