edit button fixed

This commit is contained in:
Ysolyne Gresille
2012-06-26 12:09:25 +02:00
parent a9049b57ef
commit e338ff06be

View File

@@ -608,11 +608,13 @@
</span> </span>
{% elseif n_actions == 1 %} {% elseif n_actions == 1 %}
<span class="classicButton"> <span class="classicButton">
<div class="btn-group">
{% for action in actions %} {% for action in actions %}
<button class="{{ action.class }} results_window btn btn-inverse"> <button class="{{ action.class }} results_window btn btn-inverse">
<img src="{{ action.icon }}"/> {{ action.label }} <img src="{{ action.icon }}"/> {{ action.label }}
</button> </button>
{% endfor %} {% endfor %}
</div>
</span> </span>
{% endif %} {% endif %}