mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2816 #comment add attribute gui_visible to show fields on roll over and detailled view #time 2h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% macro caption(record, can_see_business, display_exif, limitedWidth = false) %}
|
||||
<dl class="{% if limitedWidth %}{% else %}dl-horizontal{% endif %}">
|
||||
{% for name, value in record.getCaption(caption_field_order(record, can_see_business)) %}
|
||||
{% if caption_field_gui_editable(record, name) == 1 %}
|
||||
{% if caption_field_gui_visible(record, name) == 1 %}
|
||||
<dt>{{ caption_field_label(record, name) }}</dt>
|
||||
<dd>{{ caption_field(record, name, value)|e|highlight|linkify|parseColor }}</dd>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user