// Fix AdminShop helper list ...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14132 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-03-14 09:15:54 +00:00
parent e27203157c
commit 5bb37557a6
@@ -26,6 +26,10 @@
{extends file="helpers/list/list_content.tpl"}
{block name="default_field_block"}
<a href="{$link->getAdminLink('AdminShopUrl')}&id_shop={$tr.$identifier}&addshop_url" class="multishop_warning">{l s='Click here to set an URL for this shop'}</a>
{block name="td_content"}
{if $key == 'url' && !isset($tr.$key)}
<a href="{$link->getAdminLink('AdminShopUrl')}&id_shop={$tr.$identifier}&addshop_url" class="multishop_warning">{l s='Click here to set an URL for this shop'}</a>
{else}
{$smarty.block.parent}
{/if}
{/block}