mouvements/entrees/index.html : ajout liens vers page saisie
This commit is contained in:
parent
33f03627a4
commit
bf5415ca09
|
@ -1,6 +1,16 @@
|
|||
{{#restrict section="config" level="admin" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{: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}}
|
||||
|
|
Loading…
Reference in New Issue