Ouvrir une boîte de dialogue pour confirmer la suppression

This commit is contained in:
Jean-Christophe Engel 2023-10-16 11:54:00 +02:00
parent bf5415ca09
commit 48bd167c40
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<td>{{$type}}
<td>{{$key}}</td>
<td class="actions">
{{:linkbutton label="Supprimer" href="delete.html?id=%s"|args:$key shape="delete"}}
{{:linkbutton label="Supprimer" href="delete_category.html?id=%s"|args:$key shape="delete" target="_dialog"}}
</td>
</tr>
{{else}}
@ -37,7 +37,6 @@
{{:redirect to="./index.html?ok=1"}}
{{/form}}
{{:form_errors}}
{{* formulaire d'ajout de catégorie *}}