// Fix bug in AdminProductsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10562 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-23 16:49:15 +00:00
parent c13021dad0
commit 38d17b447e
2 changed files with 36 additions and 33 deletions
+2 -2
View File
@@ -220,9 +220,9 @@
{if $display_header && $is_multishop && $shop_context != 'all'}
<div class="multishop_info">
{if $shop_context == 'group'}
{l s='You are configuring your store for group shop'} <b>{$group_shop->name}</b>
{l s='You are configuring your store for group shop'} <b> {$group_shop->name}</b>
{elseif $shop_context == 'shop'}
{l s='You are configuring your store for shop'} <b>{$shop->name}</b>
{l s='You are configuring your store for shop'} <b> {$shop->name}</b>
{/if}
</div>
{/if}