Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop

This commit is contained in:
Christophe Latour 2017-08-29 09:51:35 +02:00
commit 75cd7f80f6

View File

@ -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}