sdr
This commit is contained in:
parent
677c2ba9d3
commit
93c2565c8c
|
|
@ -360,13 +360,13 @@
|
|||
|
||||
<!-- Adhérent et bénéficiaire -->
|
||||
<div class="mb-2">
|
||||
<button class="btn btn-info btn-sm w-100 text-truncate" onclick="javascript:afficher_adherent_id();" id="numeroAdherent_C" NAME="numeroAdherent_C">
|
||||
<button class="btn btn-info btn-sm w-100 text-truncate" onclick="javascript:accueil();" id="numeroAdherent_C" NAME="numeroAdherent_C">
|
||||
<i class="fa-solid fa-users"></i> <?= _("Famille")." : ".$this->nettoyer($_SESSION['numeroAdherent_C']) ?>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="mb-2">
|
||||
<button class="btn btn-outline-secondary btn-sm w-100 text-truncate">
|
||||
<button class="btn btn-outline-secondary btn-sm w-100 text-truncate" onclick="javascript:accueil();">
|
||||
<?= substr($this->nettoyer($_SESSION['adherent_C']), 0, 25) ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user