mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge with 3.7
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user