From 36f658ad7e82e9816d06a2fb43011d1c416c5bbb Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 16 Feb 2026 10:42:23 +0000 Subject: [PATCH] f --- Js/fonctions.js | 9 ++++++++- Vue/gabarit.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index dbab906..dcf66a9 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3040,7 +3040,14 @@ function importer_modele_assure(idAvenant) { } var div_export = $('#div_exporter_liste_assures'); - div_export.html('

Analyse du fichier et liaison à l\'avenant...

'); + + const codeLangue = $("#codeLangue").val(); + + if(codeLangue === "en_US") { + div_export.html('

Analyze the file and attach it to the amendment.

'); + } else{ + div_export.html('

Analyse du fichier et liaison à l\'avenant...

'); + } var donnees = { idAvenant: idAvenant, diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 080052d..fcaf769 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -687,7 +687,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +