From 5bb37557a637e013ddf873b683808aedd1a5be65 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 14 Mar 2012 09:15:54 +0000 Subject: [PATCH] // Fix AdminShop helper list ... git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14132 b9a71923-0436-4b27-9f14-aed3839534dd --- .../controllers/shop/helpers/list/list_content.tpl | 8 ++++++-- 1 file changed, 6 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 e485c3a5f..20f290181 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 @@ -26,6 +26,10 @@ {extends file="helpers/list/list_content.tpl"} -{block name="default_field_block"} - {l s='Click here to set an URL for this shop'} +{block name="td_content"} + {if $key == 'url' && !isset($tr.$key)} + {l s='Click here to set an URL for this shop'} + {else} + {$smarty.block.parent} + {/if} {/block} \ No newline at end of file