From 74ee34104fbdc4d5ba46ef3d7a7e4497fda169bd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Tue, 10 Dec 2024 14:29:54 +0100 Subject: [PATCH] Suppression fichier inutile --- categories/list_equipment.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 categories/list_equipment.html diff --git a/categories/list_equipment.html b/categories/list_equipment.html deleted file mode 100644 index 89fcd24..0000000 --- a/categories/list_equipment.html +++ /dev/null @@ -1,17 +0,0 @@ -{{* -*- brindille -*- *}} - -{{#load key=$_GET.key}} - {{:assign cat_name=$name}} -{{/load}} - -{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}} - -{{* barre de navigation *}} -{{if ! $dialog}} - {{:include file="../_nav.html" current="entrees"}} -{{/if}} - -{{:assign var="category_keys." value=$_GET.key}} -{{:include file="../inventaire.html"}} - -{{:admin_footer}}