Inventaire : ajout export
This commit is contained in:
parent
88e385e67c
commit
b3e015f356
1 changed files with 5 additions and 3 deletions
|
|
@ -3,12 +3,14 @@
|
||||||
<nav class="tabs">
|
<nav class="tabs">
|
||||||
{{if $current == 'inventaire'}}
|
{{if $current == 'inventaire'}}
|
||||||
<aside>
|
<aside>
|
||||||
{{if $subsubcurrent == null && $cat == 0}}
|
{{if $subcurrent == 'stock' && $cat == 0}}
|
||||||
{{:linkbutton label="Ajouter une catégorie" shape="plus" href="categories/add_category.html" target="_dialog"}}
|
{{:linkbutton label="Ajouter une catégorie" shape="plus" href="categories/add_category.html" target="_dialog"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="movements/add_new_equipment.html" target="_dialog"}}
|
{{if $subsubcurrent != 'historique'}}
|
||||||
{{:exportmenu right=true}}
|
{{:exportmenu right=true}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="movements/add_new_equipment.html" target="_dialog"}}
|
||||||
|
{{/if}}
|
||||||
</aside>
|
</aside>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue