mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
edit button fixed
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user