PHRAS-914 - fix lightbox captions display, fix videoTips width and height

This commit is contained in:
Florian BLOUET
2016-01-21 18:00:42 +01:00
parent 27012d4b28
commit d3b779eee1
6 changed files with 13 additions and 5 deletions

View File

@@ -81,7 +81,7 @@
<div class="lightbox_container PNB">
{% set business = app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(first_item.getRecord(app).get_base_id(), 'canmodifrecord') %}
{% if first_item %}
{{macro.caption(first_item.getRecord(app), business, false)}}
{{macro.caption(first_item.getRecord(app), business, false, true)}}
{% endif %}
</div>
</div>