Déplacement gestion lieu stockage dans configuration

This commit is contained in:
Jean-Christophe Engel 2025-04-18 17:55:17 +02:00
parent 6c5ea7e064
commit 00388f86ba
4 changed files with 50 additions and 9 deletions

View file

@ -4,9 +4,9 @@
Afficher les lieux de stockage
*}}
{{:admin_header title="Lieux de stockage" custom_css="./style.css" current="module_equipment"}}
{{:admin_header title="Configuration" current="module_equipment"}}
{{:include file="../_nav.html" current="storage"}}
{{:include file="../_nav.html" current="config" subcurrent="storage"}}
{{if $_GET.ok}}
{{if $_GET.msg == "ajout"}}
@ -33,6 +33,7 @@
<td>{{$name}}</td>
<td>{{$location}}</td>
<td class="actions">
{{:linkbutton label="Modifier" shape="edit" href="modify_storage.html?key=%s"|args:$key target="_dialog"}}
{{:linkbutton label="Supprimer" shape="delete" href="delete_storage.html?key=%s"|args:$key target="_dialog"}}
</td>
</tr>