Merge branch 'ticket-13156-FilterVP' into develop
This commit is contained in:
commit
fe2616ffbb
@ -14,8 +14,8 @@
|
||||
<ul class="filters">
|
||||
{/if}
|
||||
<li>
|
||||
<input type="checkbox" name="size" value="{$attribute['id_attribute']}" id="size_{$size.id_attribute}">
|
||||
<label for="size_{$size.id_attribute}">{$attribute['name']}</label>
|
||||
<input type="checkbox" name="size" value="{$attribute['id_attribute']}" id="size_{$attribute['id_attribute']}">
|
||||
<label for="size_{$attribute['id_attribute']}">{$attribute['name']}</label>
|
||||
</li>
|
||||
{assign var="current_name" value=$attribute['group']}
|
||||
{/foreach}
|
||||
|
Loading…
Reference in New Issue
Block a user