From f51ffe4c55d451020a30de65aa1c981bb1a83898 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Fri, 20 Sep 2013 15:30:59 +0200 Subject: [PATCH] // Start design of multistore toolbar --- admin-dev/themes/default/template/header.tpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/default/template/header.tpl b/admin-dev/themes/default/template/header.tpl index 14565490d..36bd7b91e 100644 --- a/admin-dev/themes/default/template/header.tpl +++ b/admin-dev/themes/default/template/header.tpl @@ -297,7 +297,10 @@ {/if} {if $display_header && $is_multishop && $shop_list && ($multishop_context & Shop::CONTEXT_GROUP || $multishop_context & Shop::CONTEXT_SHOP)} -
- {l s='Multistore configuration for'} {$shop_list} -
+
+
+ +
{$shop_list}
+
+
{/if} \ No newline at end of file