Début réorganisation après consultation bohwaz

This commit is contained in:
Jean-Christophe Engel 2024-11-14 16:21:10 +01:00
parent a99f263196
commit ea0fd3b1a2
7 changed files with 221 additions and 182 deletions

View file

@ -3,7 +3,7 @@
{{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}}
{{* barre de navigation *}}
{{:include file="_nav.html" current="index"}}
{{:include file="_nav.html" current="index" subcurrent="proprio"}}
{{if $_GET.ok}}
{{if $_GET.msg == "ajout" }}
@ -24,9 +24,11 @@
{{if $category_keys|count == 0}}
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
{{else}}
{{*
<fieldset>
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="mouvements/ajouter_entree.html" target="_dialog"}}
</fieldset>
*}}
{{:include file="./inventaire.html" print_cat_name=true}}
{{/if}}