Modifications cosmétiques

This commit is contained in:
Jean-Christophe Engel 2023-11-01 16:53:20 +01:00
parent 2145c29de9
commit dc8fd82aec
5 changed files with 26 additions and 9 deletions

View File

@ -11,8 +11,8 @@
<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" target="_dialog"}}
{{:linkbutton label="Matériel non répertorié" shape="plus" href="non_repertorie.html" target="_dialog"}}
{{:linkbutton label="Matériel répertorié" shape="plus" href="repertorie.html?dialog" target="_dialog"}}
{{:linkbutton label="Matériel non répertorié" shape="plus" href="non_repertorie.html?dialog" target="_dialog"}}
</fieldset>
</form>

View File

@ -1,8 +1,14 @@
{{#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"}}
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
{{else}}
<header class="header">
<h1>Entrée de matériel</h1>
</header>
{{/if}}
{{* types d'entrées *}}
{{#foreach from=$module.config.inputNature item="elem"}}

View File

@ -1,8 +1,14 @@
{{#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"}}
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
{{else}}
<header class="header">
<h1>Entrée de matériel</h1>
</header>
{{/if}}
{{* types d'entrées *}}
{{#foreach from=$module.config.inputNature item="elem"}}

View File

@ -11,7 +11,7 @@
<form method="post" action="">
<fieldset class="sortie">
<legend>Ajouter une sortie pour du </legend>
{{:linkbutton label="Matériel en stock disponible" shape="plus" href="stock_disponible.html" target="_dialog"}}
{{:linkbutton label="Matériel en stock disponible" shape="plus" href="stock_disponible.html?dialog" target="_dialog"}}
{{:linkbutton label="Matériel emprunté" shape="plus" href="emprunte.html}}
</fieldset>
</form>

View File

@ -1,8 +1,13 @@
{{#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="sorties"}}
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="sorties"}}
{{else}}
<header class="header">
<h1>Sortie de matériel</h1>
{{/if}}
{{* types de sorties *}}
{{#foreach from=$module.config.outputNature item="elem"}}