g
This commit is contained in:
@@ -216,7 +216,6 @@ function alert_ebene(p_msg, p_msg_eng)
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
function alert_ebene(msgFr, msgEn) {
|
||||
const codeLangue = document.querySelector("#codeLangue")?.value || "fr_FR";
|
||||
const message = (codeLangue === "en_US") ? msgEn : msgFr;
|
||||
@@ -224,8 +223,8 @@ function alert_ebene(msgFr, msgEn) {
|
||||
// Bloquant : l'utilisateur doit cliquer sur OK
|
||||
window.alert(message);
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
function alert_ebene(p_msg, p_msg_eng) {
|
||||
const codeLangue = document.querySelector("#codeLangue")?.value || "fr_FR";
|
||||
const message = (codeLangue === "en_US") ? p_msg_eng : p_msg;
|
||||
@@ -239,6 +238,7 @@ function alert_ebene(p_msg, p_msg_eng) {
|
||||
console.log("Utilisateur a validé le message");
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
@@ -1438,7 +1438,7 @@ function enregistrer_avenant()
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
motifavenant=$("#motifavenant").val();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user