mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #836 Remove title attribute & fix minor css issue
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
{% if lazaretFiles is not none %}
|
{% if lazaretFiles is not none %}
|
||||||
{% if lazaretFiles|length > 0 %}
|
{% if lazaretFiles|length > 0 %}
|
||||||
<div class="btn-group" style="text-align:center; padding:5px;">
|
<div class="btn-group" style="text-align:center; padding:5px 0;">
|
||||||
<button class="btn empty-lazaret" title="{% trans "Empty quarantine"%}">
|
<button class="btn empty-lazaret" title="{% trans "Empty quarantine"%}">
|
||||||
<img src="/skins/icons/delete.png">{% trans "Empty quarantine"%}
|
<img src="/skins/icons/delete.png">{% trans "Empty quarantine"%}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul class="unstyled">
|
||||||
{% for file in lazaretFiles %}
|
{% for file in lazaretFiles %}
|
||||||
<li class="row-fluid wrapper-item well">
|
<li class="row-fluid wrapper-item well">
|
||||||
{{ _self.lazaretElement(app, file) }}
|
{{ _self.lazaretElement(app, file) }}
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
{# template prod/upload/lazaret.html.twig loaded via ajax #}
|
{# template prod/upload/lazaret.html.twig loaded via ajax #}
|
||||||
<a href="/prod/lazaret/" title="tab-lazaret">
|
<a href="/prod/lazaret/">
|
||||||
{# <span> </span> element is required for the jQuery loading spinner appears && disappears properly #}
|
{# <span> </span> element is required for the jQuery loading spinner appears && disappears properly #}
|
||||||
{% trans 'Quarantine' %}<span> </span>
|
{% trans 'Quarantine' %}<span> </span>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user