mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch 'master' into PHRAS-2544_Prod-grey_and_white_skins_colors
This commit is contained in:
@@ -80,32 +80,32 @@
|
||||
{% if record_subdef_url(record, 'preview') is not null and has_access_subdef(record, 'preview') %}
|
||||
<span class="fa-stack fa-lg previewTips"
|
||||
tooltipsrc="{{ path('prod_tooltip_preview', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}">
|
||||
<i class="icomoon icon-pastille-carre fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-picto-search-new white fa-stack-1x " 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>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if settings.rollover_thumbnail == 'preview' %}
|
||||
<span class="fa-stack fa-lg captionRolloverTips" title="{{ macro.caption(record, can_see_business, false) | e }}"
|
||||
tooltipsrc="{{ path('prod_tooltip_caption', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId, 'context' : 'answer', 'number' : record.position|default(0) }) }}">
|
||||
<i class="icomoon icon-pastille-carre fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-picto-point-list white fa-stack-1x " aria-hidden="true"></i>
|
||||
<i class="icomoon icon-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-round-list-24px white fa-stack-1x " aria-hidden="true"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% if settings.technical_display == '1' %}
|
||||
<span class="fa-stack infoTips"
|
||||
tooltipsrc="{{ path('prod_tooltip_technical_data', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}">
|
||||
<i class="icomoon icon-pastille-carre fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-picto-information white fa-stack-1x " aria-hidden="true"></i>
|
||||
<i class="icomoon icon-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-i-information white fa-stack-1x " aria-hidden="true"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% if settings.show_context_menu %}
|
||||
<span class="fa-stack contextMenuTrigger" id="contextTrigger_{{ record.id }}"
|
||||
tooltipsrc="{{ path('prod_tooltip_technical_data', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}">
|
||||
<i class="icomoon icon-pastille-rond fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-picto-three-little-point white fa-stack-1x fa-inverse" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-circle fa-stack-2x" aria-hidden="true"></i>
|
||||
<i class="icomoon icon-round-more_horiz-24px white fa-stack-1x fa-inverse" aria-hidden="true"></i>
|
||||
</span>
|
||||
<table cellspacing="0" cellpadding="0" style="display:none;" id="answerContext_{{record.id}}" class="contextMenu answercontextmenu">
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user