// fix small bugs
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11888 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
<script>
|
||||
function confirmProductAttached(productList)
|
||||
{
|
||||
var confirm_text = {l s='This attachment is used by the following products:'}
|
||||
var confirm_text = "{l s='This attachment is used by the following products:'}";
|
||||
if (confirm('{$confirm}'))
|
||||
return confirm(confirm_text + {$product_list[$id]});
|
||||
return confirm(confirm_text + product_list);
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -156,10 +156,11 @@
|
||||
{if $shop_link_type}
|
||||
<th>
|
||||
{if $shop_link_type == 'shop'}
|
||||
{l s='shop'}
|
||||
{l s='Shop'}
|
||||
{else}
|
||||
{l s='Group shop'}
|
||||
{/if}
|
||||
<br />
|
||||
</th>
|
||||
{/if}
|
||||
{if $has_actions}
|
||||
|
||||
Reference in New Issue
Block a user