mouvements/entrees/index.html : ajout liens vers page saisie

This commit is contained in:
Jean-Christophe Engel 2023-10-13 16:14:46 +02:00
parent 33f03627a4
commit bf5415ca09
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
{{#restrict section="config" level="admin" block=true}}{{/restrict}}
{{:admin_header title="Gestion des matériels" current="module_equipment"}} {{:admin_header title="Gestion des matériels" current="module_equipment"}}
{{* barre de navigation *}} {{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}} {{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
<form method="post" action="">
<fieldset class="entree">
<legend>Ajouter une entrée pour du </legend>
{{:linkbutton label="Matériel répertorié" shape="plus" href="repertorie.html?caller=%s"|args:$request_url"}}
{{:linkbutton label="Matériel non répertorié" shape="plus" href="non_repertorie.html?caller=%s"|args:$request_url}}
</fieldset>
</form>
{{* lister les entrées *}}
{{:admin_footer}} {{:admin_footer}}