From 1f7d1cc68285dcd7708755bd4a383fb1b0c95f2a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 31 Jan 2025 17:09:41 +0100 Subject: [PATCH] dropdown : suppression balise inutile --- inventaire.html | 14 ++++++-------- inventaire_nonprop.html | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/inventaire.html b/inventaire.html index edc99fa..b4a9e07 100644 --- a/inventaire.html +++ b/inventaire.html @@ -18,15 +18,13 @@ }} {{/foreach}} -
+
Filtrer par catégorie - + {{:dropdown + title="Filtrer par catégorie" + options=$options + value="%s"|args:$_GET.cat_key + }}
diff --git a/inventaire_nonprop.html b/inventaire_nonprop.html index 54d0b73..0383357 100644 --- a/inventaire_nonprop.html +++ b/inventaire_nonprop.html @@ -18,15 +18,13 @@ }} {{/foreach}} -
+
Filtrer par catégorie - + {{:dropdown + title="Filtrer par catégorie" + options=$options + value="%s"|args:$_GET.cat_key + }}