// Small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16436 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-07-16 10:08:28 +00:00
parent 951a6ba171
commit 1effa0b026
@@ -119,7 +119,7 @@ function check_all_shop() {
name="checkBoxShopAsso_{$table}[{$shopID}]"
id="checkedBox_{$shopID}"
{if $checked} checked="checked"{/if}
{if $groupData['disable_shops']} readonly="readonly"{/if}
{if $groupData['disable_shops']} readonly="readonly" onclick="return false"{/if}
/>
{$shopData['name']}
</label>