first commit

This commit is contained in:
julien
2026-03-20 22:16:20 +01:00
commit 42a4ba3e9a
136 changed files with 10141 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<form method="post" action="{{ action }}" class="admin-table__form"{% if confirm is defined and confirm %} onsubmit="return confirm('{{ confirm|e('js') }}')"{% endif %}>
{% include '@Kernel/partials/_csrf_fields.twig' %}
<button type="submit" class="btn btn--sm btn--danger"
{% if disabled is defined and disabled %}disabled{% if disabled_title is defined and disabled_title %} title="{{ disabled_title }}"{% endif %}{% endif %}>
{{ label|default('Supprimer') }}
</button>
</form>