// fix small bugs

This commit is contained in:
lLefevre
2011-12-29 13:41:47 +00:00
parent f269d0b0a2
commit 07c0748153
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}