// Fix lot of multishop bugs (updateAssoShop reworked, remove multishop property for country / zone / currency / carrier, getList())

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15386 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-05-18 14:54:37 +00:00
parent 13c6eec6fd
commit a37dbc1e44
10 changed files with 58 additions and 57 deletions
@@ -92,7 +92,7 @@ function check_all_shop() {
<label class="t">
<input class="input_shop_group"
type="checkbox"
name="checkBoxShopGroupAsso_{$table}[{$form_id}][{$groupID}]"
name="checkBoxShopGroupAsso_{$table}[{$groupID}]"
value="{$groupID}"
{if $groupChecked} checked="checked"{/if} />
<b>{l s='Group:'} {$groupData['name']}</b>
@@ -116,7 +116,7 @@ function check_all_shop() {
type="checkbox"
value="{$groupID}"
shop_id="{$shopID}"
name="checkBoxShopAsso_{$table}[{$form_id}][{$shopID}]"
name="checkBoxShopAsso_{$table}[{$shopID}]"
id="checkedBox_{$shopID}"
{if $checked} checked="checked"{/if} />
{$shopData['name']}