From 10292451ecbeaad8f668c1e6e7f3cb362fea0626 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 22 May 2012 13:16:48 +0000 Subject: [PATCH] // Improve multishop page ergonomy --- .../template/controllers/shop/helpers/list/list_content.tpl | 2 +- .../template/controllers/shop_url/helpers/list/list_content.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl index 3ce786984..b87591aa0 100644 --- a/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/shop/helpers/list/list_content.tpl @@ -29,7 +29,7 @@ {block name="td_content"} {if $key == 'url'} {if isset($tr.$key)} - {$tr.$key} + {$tr.$key} {else} {l s='Click here to set an URL for this shop'} {/if} diff --git a/admin-dev/themes/default/template/controllers/shop_url/helpers/list/list_content.tpl b/admin-dev/themes/default/template/controllers/shop_url/helpers/list/list_content.tpl index f565dbe5b..75b037c60 100644 --- a/admin-dev/themes/default/template/controllers/shop_url/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/controllers/shop_url/helpers/list/list_content.tpl @@ -28,7 +28,7 @@ {block name="td_content"} {if $key == 'url'} - {$tr.$key} + {$tr.$key} {else} {$smarty.block.parent} {/if}