From c951bfebcc558fe8daa438b172344e449023aa74 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 3 Jan 2026 13:49:36 +0000 Subject: [PATCH] f --- Js/fonctions.js | 8 ++++++++ Vue/Ajaxlisteadherent/index.php | 2 +- Vue/gabarit.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index f02402e..befa1e6 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1651,4 +1651,12 @@ function afficher_adherent_id() { window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/"); } +} + +function afficher_adherent_id_plus(idAdherent) +{ + if (idAdherent>"0") + { + window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/"); + } } \ No newline at end of file diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index efc3112..0bfc384 100644 --- a/Vue/Ajaxlisteadherent/index.php +++ b/Vue/Ajaxlisteadherent/index.php @@ -97,7 +97,7 @@ - diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 17cba36..613a0b2 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +