show hex as icon in technical data

This commit is contained in:
mike-esokia
2018-05-18 17:36:19 +04:00
committed by Mike Ng
parent 1fa415a252
commit 12fc9344d4
2 changed files with 18 additions and 1 deletions

View File

@@ -128,7 +128,7 @@
<dl class="{% if limitedWidth %}{% else %}dl-horizontal{% endif %}">
{% for name, value in record.getCaption(caption_field_order(record, can_see_business)) %}
<dt>{{ caption_field_label(record, name) }}</dt>
<dd>{{ caption_field(record, name, value)|e|highlight }}</dd>
<dd>{{ caption_field(record, name, value)|e|highlight|parseColor }}</dd>
{% endfor %}
</dl>
{% if display_exif|default(true) and app.getAuthenticator().user is not none and user_setting('technical_display') == 'group' %}