fix IDs logic.
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
</a>
|
||||
|
||||
{foreach from=$shops item=shop}
|
||||
<a href="{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&id_shop={$shop.id_shop|intval}" target="_blank" class="list-group-item">
|
||||
<a href="{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}" target="_blank" class="list-group-item">
|
||||
<strong>{l s='Shop:' mod='productlinkchecker'} {$shop.name|escape:'html':'UTF-8'} ({l s='All Languages' mod='productlinkchecker'})</strong><br>
|
||||
<code>{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&id_shop={$shop.id_shop|intval}</code>
|
||||
<code>{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}</code>
|
||||
</a>
|
||||
{foreach from=$languages item=lang}
|
||||
<a href="{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&id_shop={$shop.id_shop|intval}&id_lang={$lang.id_lang|intval}" target="_blank" class="list-group-item">
|
||||
<a href="{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}&plc_id_lang={$lang.id_lang|intval}" target="_blank" class="list-group-item">
|
||||
<strong>{l s='Shop:' mod='productlinkchecker'} {$shop.name|escape:'html':'UTF-8'} | {l s='Language:' mod='productlinkchecker'} {$lang.name|escape:'html':'UTF-8'}</strong><br>
|
||||
<code>{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&id_shop={$shop.id_shop|intval}&id_lang={$lang.id_lang|intval}</code>
|
||||
<code>{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}&plc_id_lang={$lang.id_lang|intval}</code>
|
||||
</a>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user