This commit is contained in:
KANE LAZENI 2026-01-04 18:00:57 +00:00
parent d13780c4a6
commit 6128d34164
2 changed files with 22 additions and 3 deletions

View File

@ -2844,7 +2844,25 @@ function ajouter_tous_adherent_importe_college()
v_msg="Attention, cela va vider tous les autres collèges! Confirmez-vous?";
v_msgEng="Be careful, this will empty all other colleges! Do you confirm?";
confirm_ebene(v_msg, v_msgEng).then(isConfirmed => {
if (isConfirmed) {
$.ajax({
url: $("#racineWeb").val()+"Ajaximporterlisteassure/ajoutertousadherentaucollege/",
type: 'POST',
data: donnees,
success: function(data) {
},
error: function(data) {
},
complete: function() {
afficher_adherent_importee();
}
});
}
});
/* Anciern confirm
if(confirm_ebene(v_msg, v_msgEng))
{
$.ajax({
@ -2859,7 +2877,8 @@ function ajouter_tous_adherent_importe_college()
afficher_adherent_importee();
}
});
}
}
*/
}
function ajouter_sans_college_adherent_importe_college()

View File

@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.04.50"></script>
<script src="/Js/fonctions.js?ver=2026.01.04.51"></script>
<script type="text/javascript">
raffraichier_gabarit();