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

@ -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"}}