V
This commit is contained in:
parent
86a6ef023e
commit
be046b4083
|
|
@ -101,11 +101,9 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-end pe-3">
|
<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();">
|
<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>
|
<i class="fas fa-user-edit text-primary"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user