azerez
This commit is contained in:
parent
b69601e4cb
commit
29741f056d
|
|
@ -44910,6 +44910,36 @@ function enregistrer_modif_user_rh()
|
|||
//$('#div_test_gabarit').html(data);
|
||||
},
|
||||
complete: function() {
|
||||
retour_a_users_rh_client();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function reinitpaswd_user_rh(codeUtilisateur)
|
||||
{
|
||||
v_msg="Confirmez-vous la réinitialisation?";
|
||||
v_msgEng="Do you confirm the reset?";
|
||||
|
||||
if(confirm_ebene(v_msg, v_msgEng))
|
||||
{
|
||||
donnees = "codeUtilisateur="+codeUtilisateur;
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxuserrhclient/reinitpaswd/",
|
||||
|
||||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
v_msg="Opération effectuée avec succès!";
|
||||
v_msgEng="Operation successfully completed";
|
||||
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
retour_a_users_rh_client();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : <?= $_SESSION['controlerPlafondBeneficiaire'] ?>
|
|||
<script src="Js/datepicker-fr.js"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.09.13"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.09.14"></script>
|
||||
|
||||
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user