Merge branch 'develop'

This commit is contained in:
Simon Vieille 2025-05-19 12:08:01 +02:00
commit b91438a647
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -147,7 +147,7 @@
{% endif %}
{% if allow_delete %}
<div class="text-right">
<div {% for k, v in delete_attr %}{{ k }}="{{ v }}"{% endfor %}>
<span data-collection-delete-container class="btn btn-sm btn-danger">
<span data-collection-delete="{{ loop.index }}">
<span data-collection-delete="{{ loop.index }}" class="fa fa-trash"></span>
@ -161,7 +161,7 @@
</div>
{% if allow_add %}
<div data-collection-add="collection-{{ collection_name }}" class="collection-add">
<div data-collection-add="collection-{{ collection_name }}" {% for k, v in add_attr %}{{ k }}="{{ v }}"{% endfor %}>
<span class="btn btn-sm btn-primary" data-collection-add="collection-{{ collection_name }}">
<span data-collection-add="collection-{{ collection_name }}" class="fa fa-plus"></span>
{{ label_add|trans }}