mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2419_refacto_Icons_actions_under_Thumbnail
This commit is contained in:
@@ -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') %}
|
||||||
|
Reference in New Issue
Block a user