mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
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:
@@ -53,10 +53,10 @@
|
||||
{% endif %}
|
||||
</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;">
|
||||
<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) %}
|
||||
{% if collectionLogo is empty %}
|
||||
{{ record.collectionName }}
|
||||
@@ -74,7 +74,7 @@
|
||||
{% endif %}
|
||||
|
||||
{# 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 record_subdef_url(record, 'preview') is not null and has_access_subdef(record, 'preview') %}
|
||||
|
Reference in New Issue
Block a user