From 7dec45a07accca800ae50f9270878f90c846434f Mon Sep 17 00:00:00 2001 From: "peetdu@gmail.com" <> Date: Fri, 16 Nov 2018 14:54:26 +0000 Subject: [PATCH] =?UTF-8?q?Simplification=20du=20squelette=20gr=C3=A2ce=20?= =?UTF-8?q?au=20crit=C3=A8re=20{=E2=80=98inter=E2=80=99}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formulaires/inc-upload_document.html | 7 +------ paquet.xml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/formulaires/inc-upload_document.html b/formulaires/inc-upload_document.html index e4e5aad9..0150f7fa 100644 --- a/formulaires/inc-upload_document.html +++ b/formulaires/inc-upload_document.html @@ -15,19 +15,14 @@ <INCLURE{fond=formulaires/methodes_upload/#CLE,env,domid=#GET{domid}} /> <div class='sourceup'> - [(#SET{cpt,1})] <:medias:bouton_download_depuis:> - <BOUCLE_methodes_liens(DATA){source tableau,#GET{methodes_upload}}> - [(#GET{cpt}|>{1}|oui) - [(#VAL{'|'})] - ] + <BOUCLE_methodes_liens(DATA){source tableau,#GET{methodes_upload}}{"|"}> [(#GET{methode_upload}|=={#CLE}|oui) #VALEUR{label_lien} ] [(#GET{methode_upload}|=={#CLE}|non) <a href='#' onclick="change_methode('#GET{domid}','#CLE');return false;">#VALEUR{label_lien}</a> ] - [(#SET{cpt,#GET{cpt}|plus{1}})] </BOUCLE_methodes_liens> </div> <p class='boutons'><input class='btn submit' type="submit" name="joindre_#CLE" value="#VALEUR{label_bouton}"/></p> diff --git a/paquet.xml b/paquet.xml index 279b296a..8ce2c209 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="medias" categorie="multimedia" - version="2.21.18" + version="2.21.19" etat="stable" compatibilite="[3.3.0-dev;3.3.*]" logo="prive/themes/spip/images/portfolio-32.png" -- GitLab