réorganisation ajout catégorie

This commit is contained in:
Jean-Christophe Engel 2024-11-19 16:04:50 +01:00
parent e17613e532
commit f4b98a6eac
4 changed files with 63 additions and 6 deletions

View file

@ -23,7 +23,11 @@
</ul>
{{/if}}
{{elseif $current == 'config'}}
{{if $subcurrent == 'typesES'}}
{{if $subcurrent == 'categories'}}
<aside>
{{:linkbutton label="Ajouter une catégorie" shape="plus" href="add_category.html" target="_dialog"}}
</aside>
{{elseif $subcurrent == 'typesES'}}
<aside>
{{:linkbutton label="Ajouter un type d'entrée" shape="plus" href="config/ajouter_type_mouvement.html?dir=input" target="_dialog"}}
{{:linkbutton label="Ajouter un type de sortie" shape="plus" href="config/ajouter_type_mouvement.html?dir=output" target="_dialog"}}