This commit is contained in:
KONE SOREL 2026-01-03 13:49:36 +00:00
parent 4bf1b584e1
commit c951bfebcc
3 changed files with 10 additions and 2 deletions

View File

@ -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()+"/");
}
}

View File

@ -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>

View File

@ -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() {