a
This commit is contained in:
parent
d13780c4a6
commit
6128d34164
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user