From a5df9e5fe550e7f2e7ca18bd83b08468320c2f1f Mon Sep 17 00:00:00 2001 From: nicod_ <nicod@lerebooteux.fr> Date: Thu, 25 May 2023 15:16:35 +0200 Subject: [PATCH] =?UTF-8?q?Simplifions=20la=20boucle=20(crit=C3=A8res=20in?= =?UTF-8?q?utiles)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- saisies/blocktypes.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/saisies/blocktypes.html b/saisies/blocktypes.html index 0d5021e..287ac8d 100644 --- a/saisies/blocktypes.html +++ b/saisies/blocktypes.html @@ -1,8 +1,5 @@ #SET{data,#ARRAY} -<BOUCLE(BLOCKTYPES) - {id_blocktype !IN #ENV{exclus}} - {id_blocktype?}{recherche?} - {tout}{par num titre, titre}> +<BOUCLE(BLOCKTYPES) {id_blocktype !IN #ENV{exclus}} {par num titre, titre}> #SET{objets,#OBJETS|blocks_deserialize} [(#GET{objets}|non|ou{ #ENV{objet}|non }|ou{ #ENV{objet}|in_array{#GET{objets}} }) #SET{titre, #ENV{titre_court}|?{#TITRE,#TITRE|wrap{<strong>}|concat{#DESCRIPTION|propre}}} -- GitLab