// Fix group shop filter association in getList() and improve assoshop with Group: text

This commit is contained in:
rMalie
2012-02-17 10:06:00 +00:00
parent 0b6fcecdc3
commit bba39755fc
3 changed files with 187 additions and 186 deletions
@@ -82,7 +82,7 @@ function check_all_shop() {
</tr>
<tr {if $input.type == 'group_shop'}class="alt_row"{/if}>
<td>
<label class="t"><input class="input_all_shop" type="checkbox" /> {if $input.type == 'group_shop'}{l s='All group shops'}{else}{l s='All shops'}{/if}</label>
<label class="t"><input class="input_all_shop" type="checkbox" /> <b>{if $input.type == 'group_shop'}{l s='All group shops'}{else}{l s='All shops'}{/if}</b></label>
</td>
</tr>
{foreach $input.values as $groupID => $groupData}
@@ -100,7 +100,7 @@ function check_all_shop() {
name="checkBoxGroupShopAsso_{$table}[{$form_id}][{$groupID}]"
value="{$groupID}"
{if $groupChecked} checked="checked"{/if} />
{$groupData['name']}
<b>{l s='Group:'} {$groupData['name']}</b>
</label>
</td>
</tr>