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|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"%}">
|
||||
<img src="/skins/icons/delete.png">{% trans "Empty quarantine"%}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<ul class="unstyled">
|
||||
{% for file in lazaretFiles %}
|
||||
<li class="row-fluid wrapper-item well">
|
||||
{{ _self.lazaretElement(app, file) }}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
</li>
|
||||
<li>
|
||||
{# 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 #}
|
||||
{% trans 'Quarantine' %}<span> </span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user