Rationalisation navigation et ajout export

This commit is contained in:
Jean-Christophe Engel 2026-07-03 09:54:19 +02:00
parent ae67b9098c
commit f5c9548fba
3 changed files with 38 additions and 36 deletions

View file

@ -26,11 +26,7 @@
{{:admin_header title="Gestion des matériels" custom_css="./style.css" current="module_equipment"}}
{{* barre de navigation *}}
{{if $_GET.current != null}}
{{:assign current=$_GET.current}}
{{else}}
{{:assign current="inventaire"}}
{{/if}}
{{:assign current=$_GET.current|or:"inventaire"}}
{{* récupérer la config des entrées/sorties *}}
{{:include file="./_get_config.html" keep="config"}}