From da255acd9e9be491641ae1a6eadf8521aa8ac892 Mon Sep 17 00:00:00 2001 From: nicod_ <nicod@lerebooteux.fr> Date: Wed, 11 Oct 2023 14:24:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Ici=20c'est=20une=20action=20(d=C3=A9pli?= =?UTF-8?q?er),=20donc=20un=20button=20et=20pas=20un=20lien.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On le style en bouton secondaire Ref #4955 (cherry picked from commit 2f15372d7843c0291d77bc07132b6b5a4abbab40) --- modeles/document_desc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modeles/document_desc.html b/modeles/document_desc.html index 8500643e..b9efdbc5 100644 --- a/modeles/document_desc.html +++ b/modeles/document_desc.html @@ -33,9 +33,9 @@ Distribue sous licence GPL ][(#MEDIA|in_array{#LISTE{audio,video}}|et{#DUREE|intval}|oui) - [(#DUREE|duree_en_secondes)] ] - <a class="lien_details btn btn_link" + <button class="lien_details btn btn_mini btn_secondaire" onClick="$(this).parent().next('.detaillees').toggle(); return true;" - title="<:medias:details_document_afficher_masquer|attribut_html:>"><span class="icone-image">+</span> <:medias:details_document:></a> + title="<:medias:details_document_afficher_masquer|attribut_html:>"><span class="icone-image">+</span> <:medias:details_document:></button> </div> <div class="detaillees"> [(#SET{data,[(#VAL{ -- GitLab