Merge pull request #2917 from HRavalomanana/PHRAS-2419_refacto_Icons_actions_under_Thumbnail

PHRAS-2419 refacto_Icons_actions_under_Thumbnail
This commit is contained in:
jygaulier
2019-05-23 18:01:08 +02:00
committed by GitHub

View File

@@ -53,10 +53,10 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
<div style="height: 25px; position:relative; text-align:left;"> <div class="bottom_actions_holder" style="height: 27px; position:relative; text-align:left;">
<table class="bottom actions" style="width:100%; table-layout:fixed;"> <table class="bottom actions" style="width:100%; table-layout:fixed;">
<tr> <tr>
<td style="text-align:left;text-overflow:ellipsis;overflow:hidden;"> <td class="text-stack-wrapper" style="text-align:left;text-overflow:ellipsis;overflow:hidden;">
{% set collectionLogo = collection_logo(record.baseId) %} {% set collectionLogo = collection_logo(record.baseId) %}
{% if collectionLogo is empty %} {% if collectionLogo is empty %}
{{ record.collectionName }} {{ record.collectionName }}
@@ -74,7 +74,7 @@
{% endif %} {% endif %}
{# drop down options #} {# drop down options #}
<td style="text-align:right;width:{{l_width}}px;" valign="bottom"> <td class="icon-stack-wrapper" style="text-align:right;width:{{l_width}}px;" valign="bottom">
{% 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') %}