Ouvrir une boîte de dialogue pour confirmer la suppression
This commit is contained in:
parent
bf5415ca09
commit
48bd167c40
@ -17,7 +17,7 @@
|
|||||||
<td>{{$type}}
|
<td>{{$type}}
|
||||||
<td>{{$key}}</td>
|
<td>{{$key}}</td>
|
||||||
<td class="actions">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{else}}
|
{{else}}
|
||||||
@ -37,7 +37,6 @@
|
|||||||
{{:redirect to="./index.html?ok=1"}}
|
{{:redirect to="./index.html?ok=1"}}
|
||||||
{{/form}}
|
{{/form}}
|
||||||
|
|
||||||
|
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
|
|
||||||
{{* formulaire d'ajout de catégorie *}}
|
{{* formulaire d'ajout de catégorie *}}
|
||||||
|
Loading…
Reference in New Issue
Block a user