d
This commit is contained in:
parent
8cd2d92c79
commit
b00e54dfc7
|
|
@ -216,6 +216,15 @@ 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;
|
||||
|
||||
// Bloquant : l'utilisateur doit cliquer sur OK
|
||||
window.alert(message);
|
||||
}
|
||||
|
||||
/*
|
||||
function alert_ebene(msgFr, msgEn) {
|
||||
const codeLangue = document.querySelector("#codeLangue")?.value || "fr_FR";
|
||||
const message = (codeLangue === "en_US") ? msgEn : msgFr;
|
||||
|
|
@ -226,7 +235,7 @@ function alert_ebene(msgFr, msgEn) {
|
|||
confirmButtonText: (codeLangue === "en_US") ? 'OK' : 'D\'accord'
|
||||
});
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.33"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.34"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user