v
This commit is contained in:
parent
cd79168b66
commit
4b85f7dee0
|
|
@ -2966,8 +2966,8 @@ function retirer_tous_adherent_importe_college()
|
||||||
v_msg="Attention, cela va vider ce collège! Confirmez-vous?";
|
v_msg="Attention, cela va vider ce collège! Confirmez-vous?";
|
||||||
v_msgEng="Attention, this will empty this college! Do you confirm?";
|
v_msgEng="Attention, this will empty this college! Do you confirm?";
|
||||||
|
|
||||||
if(confirm_ebene(v_msg, v_msgEng))
|
confirm_ebene(v_msg, v_msgEng).then(isConfirmed => {
|
||||||
{
|
if (isConfirmed) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $("#racineWeb").val()+"Ajaximporterlisteassure/retirertousadherentaucollege/",
|
url: $("#racineWeb").val()+"Ajaximporterlisteassure/retirertousadherentaucollege/",
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
|
@ -2981,6 +2981,7 @@ function retirer_tous_adherent_importe_college()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function incorporer_assures_inmportes()
|
function incorporer_assures_inmportes()
|
||||||
|
|
|
||||||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.05.35"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.05.36"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user