// 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:
lLefevre
2011-12-29 13:41:47 +00:00
parent be301f3270
commit 0bd7659b2a
3 changed files with 404 additions and 404 deletions
@@ -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 />&nbsp;
</th>
{/if}
{if $has_actions}