mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3101
remove text written in error
This commit is contained in:

committed by
GitHub

parent
e55e170eff
commit
74c898dc05
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
{% if settings.rollover_thumbnail == 'caption' %}
|
{% if settings.rollover_thumbnail == 'caption' %}
|
||||||
{% if record_subdef_url(record, 'preview') is not null and has_access_subdef(record, 'preview') %}
|
{% if record_subdef_url(record, 'preview') is not null and has_access_subdef(record, 'preview') %}
|
||||||
<span class="fa-stack fa-lg previewTips" onclick="alert('test')"
|
<span class="fa-stack fa-lg previewTips"
|
||||||
tooltipsrc="{{ path('prod_tooltip_preview', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}">
|
tooltipsrc="{{ path('prod_tooltip_preview', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}">
|
||||||
<i class="icomoon icon-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
|
<i class="icomoon icon-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
|
||||||
<i class="icomoon icon-search white fa-stack-1x " aria-hidden="true"></i>
|
<i class="icomoon icon-search white fa-stack-1x " aria-hidden="true"></i>
|
||||||
|
Reference in New Issue
Block a user