// Fix bug in AdminProductsController

This commit is contained in:
lLefevre
2011-11-23 16:49:15 +00:00
parent 69ac10f7df
commit d3db9d0808
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}