Réorganisation fichiers et répertoires

This commit is contained in:
Jean-Christophe Engel 2025-05-19 11:31:00 +02:00
parent da6b550cb6
commit e32693ed31
26 changed files with 57 additions and 57 deletions

View file

@ -1,6 +1,6 @@
{{* -*- brindille -*- *}}
{{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}}
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
{{* barre de navigation *}}
{{if $_GET.prop == null || $_GET.prop}}
@ -30,9 +30,9 @@
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
{{else}}
{{if $_GET.prop == null || $_GET.prop == "1"}}
{{:include file="./inventaire.html"}}
{{:include file="./_inventory.html"}}
{{else}}
{{:include file="./inventaire_nonprop.html"}}
{{:include file="./_temp_inventory.html"}}
{{/if}}
{{/if}}