From ae449c0d49df336c6fbaa6fde27436781591f396 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 21:36:43 +0000 Subject: [PATCH] a --- Js/fonctions.js | 16 ++++++++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index f65bf11..e74dc29 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -187,6 +187,7 @@ function baseSwal(options) { * ALERTE SIMPLE * Affiche une information bilingue. */ +/* mis en commentaire le temps que cela fonctionne 04/01/2026 function alert_ebene(p_msg, p_msg_eng) { const codeLangue = $("#codeLangue").val(); const message = (codeLangue === "en_US") ? p_msg_eng : p_msg; @@ -197,6 +198,21 @@ function alert_ebene(p_msg, p_msg_eng) { confirmButtonText: codeLangue === "en_US" ? 'OK' : 'D\'accord' }); } +*/ +function alert_ebene(p_msg, p_msg_eng) +{ + codeLangue = $("#codeLangue").val(); + + if(codeLangue=="en_US") + { + alert(p_msg_eng); + } + else + { + alert(p_msg); + } +} + /** * CONFIRMATION diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 0b2a261..3b07be3 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +