// Fix bug with checkbox and multishop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15278 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -114,7 +114,8 @@ function check_all_shop() {
|
||||
<label class="child">
|
||||
<input class="input_shop"
|
||||
type="checkbox"
|
||||
value="{$shopID}"
|
||||
value="{$groupID}"
|
||||
shop_id="{$shopID}"
|
||||
name="checkBoxShopAsso_{$table}[{$form_id}][{$shopID}]"
|
||||
id="checkedBox_{$shopID}"
|
||||
{if $checked} checked="checked"{/if} />
|
||||
|
||||
Reference in New Issue
Block a user