f
This commit is contained in:
parent
4bf1b584e1
commit
c951bfebcc
|
|
@ -1651,4 +1651,12 @@ function afficher_adherent_id()
|
|||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
|
||||
}
|
||||
}
|
||||
|
||||
function afficher_adherent_id_plus(idAdherent)
|
||||
{
|
||||
if (idAdherent>"0")
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
|
||||
}
|
||||
}
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<button class="btn btn-sm btn-white border shadow-sm" onclick="selectionner_adherent(<?= $idAdh ?>,'<?= $noAdh ?>'); afficher_adherent_id();">
|
||||
<button class="btn btn-sm btn-white border shadow-sm" onclick="afficher_adherent_id_plus(<?= $idAdh ?>);">
|
||||
<i class="fas fa-user-edit text-primary"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.24"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.30"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user