Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
21073c17b3
|
|
@ -100,12 +100,10 @@
|
|||
</div>
|
||||
</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>
|
||||
<td class="text-center pe-3">
|
||||
<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