Vérification possibilité supprimer sortie temporaire
This commit is contained in:
parent
e2927a9595
commit
ba7a2dd8a8
2 changed files with 76 additions and 21 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
{{if $_GET.ok}}
|
||||
<p class="block confirm">{{$_GET.msg}}</p>
|
||||
{{elseif $_GET.err}}
|
||||
<p class="block error">{{$_GET.msg}}</p>
|
||||
{{/if}}
|
||||
|
||||
<form method="post" action="">
|
||||
|
|
@ -42,14 +44,14 @@
|
|||
<td>{{$col4}}</td>
|
||||
<td>{{$comment}}</td>
|
||||
<td class="actions">
|
||||
{{*
|
||||
{{:linkbutton label="Supprimer" href="delete_sortie.html?key=%s"|args:$mvt_key shape="delete" target="_dialog"}}
|
||||
*}}
|
||||
{{*
|
||||
{{:linkbutton
|
||||
label="Supprimer"
|
||||
href="../delete_movement.html?key=%s&mvt=sortie&caller=%s"|args:$mvt_key:$request_url
|
||||
shape="delete"
|
||||
target="_dialog"}}
|
||||
*}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/list}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue