Inventaire : ajout export

This commit is contained in:
Jean-Christophe Engel 2026-03-10 18:42:06 +01:00
parent 88e385e67c
commit b3e015f356

View file

@ -3,11 +3,13 @@
<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 $subsubcurrent != 'historique'}}
{{:exportmenu right=true}}
{{/if}}
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="movements/add_new_equipment.html" target="_dialog"}}
{{:exportmenu right=true}}
{{/if}}
</aside>
{{/if}}