PHRAS-2620 #comment add new icomoon font # time 2h

This commit is contained in:
Harrys Ravalomanana
2019-06-24 14:21:02 +04:00
parent 7d66dd4f17
commit 3dc4feade8
9 changed files with 6787 additions and 34 deletions

View File

@@ -80,7 +80,7 @@
{% 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-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
<i class="icomoon icon-picto-search-new white fa-stack-1x " aria-hidden="true"></i>
</span>
{% endif %}
@@ -88,7 +88,7 @@
{% 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-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
<i class="icomoon icon-picto-point-list white fa-stack-1x " aria-hidden="true"></i>
</span>
{% endif %}
@@ -96,7 +96,7 @@
{% 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-rectangular-curve fa-stack-2x" aria-hidden="true"></i>
<i class="icomoon icon-picto-information white fa-stack-1x " aria-hidden="true"></i>
</span>
{% endif %}
@@ -104,8 +104,8 @@
{% 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>