Inventaire : ajout export
This commit is contained in:
parent
88e385e67c
commit
b3e015f356
1 changed files with 5 additions and 3 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue