Inventaire : ajout export

This commit is contained in:
Jean-Christophe Engel 2026-03-10 18:42:06 +01:00
parent a0f688fb31
commit 90276cb026

View file

@ -3,9 +3,12 @@
<nav class="tabs">
{{if $current == 'inventaire'}}
<aside>
{{if $subsubcurrent == null && $cat == 0}}
{{:linkbutton label="Ajouter une catégorie" shape="plus" href="categories/add_category.html" target="_dialog"}}
{{if $subcurrent == 'stock' && $cat == 0}}
{{:linkbutton label="Ajouter une catégorie" shape="plus" href="categories/add_category.html" target="_dialog"}}
{{else}}
{{if $subcurrent == 'stock'}}
{{:exportmenu right=true}}
{{/if}}
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="movements/add_new_equipment.html" target="_dialog"}}
{{/if}}
</aside>