Merge with 3.7

This commit is contained in:
Romain Neutron
2012-10-04 12:49:01 +02:00
48 changed files with 353 additions and 89 deletions

View File

@@ -23,7 +23,7 @@
{% for element in basket.getElements() %}
{% if loop.index <= 9 %}
<div style="margin:5px;position:relative;float:left;width:80px;height:80px;overflow:hidden;">
{{ thumbnail.format(element.getRecord().get_thumbnail(), 80, 80 , '', session) }}
{{ thumbnail.format(element.getRecord().get_thumbnail(), 80, 80 , '', session, false, false) }}
</div>
{% endif %}
{% endfor %}