d
This commit is contained in:
parent
1d998bf5dc
commit
d9bc910c45
|
|
@ -49,6 +49,15 @@
|
|||
<INPUT class="sr-only" TYPE="text" id="idApporteur" name="idApporteur" value="<?= $idApporteur ?>" >
|
||||
|
||||
<div id="div_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-id-card me-2"></i><?= _('Fiche adhérent') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("POLICE") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<form name="formficheadehrent" id="formficheadehrent" method="POST" class="container-fluid py-4">
|
||||
<input type="hidden" id="codeEtatFacturation" name="codeEtatFacturation" value="<?= $adherent['codeEtatFacturation'] ?>">
|
||||
<input type="hidden" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $adherent['numeroBeneficiaire'] ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user