Fix #836 Remove title attribute & fix minor css issue

This commit is contained in:
Nicolas Le Goff
2013-05-29 12:40:29 +02:00
parent b5cccf54c5
commit 47022c2210
2 changed files with 3 additions and 3 deletions

View File

@@ -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) }}

View 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>&nbsp;</span> element is required for the jQuery loading spinner appears && disappears properly #} {# <span>&nbsp;</span> element is required for the jQuery loading spinner appears && disappears properly #}
{% trans 'Quarantine' %}<span>&nbsp;</span> {% trans 'Quarantine' %}<span>&nbsp;</span>
</a> </a>