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