V
This commit is contained in:
parent
86a6ef023e
commit
be046b4083
|
|
@ -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; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user