This commit is contained in:
KONE SOREL 2026-01-03 09:29:32 +00:00
parent 86a6ef023e
commit be046b4083

View File

@ -101,11 +101,9 @@
</td>
<td class="text-end pe-3">
<div class="btn-group btn-group-sm shadow-sm border rounded">
<button class="btn btn-white border-0" title="<?= _("Voir la fiche") ?>" onclick="selectionner_adherent(<?= $idAdh ?>,'<?= $noAdh ?>'); afficher_adherent_id();">
<i class="fas fa-user-edit text-primary"></i>
</button>
</div>
<button class="btn btn-white border-0" title="<?= _("Voir la fiche") ?>" onclick="selectionner_adherent(<?= $idAdh ?>,'<?= $noAdh ?>'); afficher_adherent_id();">
<i class="fas fa-user-edit text-primary"></i>
</button>
</td>
</tr>
<?php endforeach; ?>