d
This commit is contained in:
parent
0fc41195ee
commit
891607dc63
|
|
@ -48,7 +48,8 @@
|
||||||
<INPUT class="sr-only" TYPE="text" id="remplacant" name="remplace" value="<?= $adherent['remplacant'] ?>" >
|
<INPUT class="sr-only" TYPE="text" id="remplacant" name="remplace" value="<?= $adherent['remplacant'] ?>" >
|
||||||
<INPUT class="sr-only" TYPE="text" id="idApporteur" name="idApporteur" value="<?= $idApporteur ?>" >
|
<INPUT class="sr-only" TYPE="text" id="idApporteur" name="idApporteur" value="<?= $idApporteur ?>" >
|
||||||
|
|
||||||
<form name="formficheadehrent" id="formficheadehrent" method="POST" class="container-fluid py-4">
|
<div id="div_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||||
|
<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="codeEtatFacturation" name="codeEtatFacturation" value="<?= $adherent['codeEtatFacturation'] ?>">
|
||||||
<input type="hidden" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $adherent['numeroBeneficiaire'] ?>">
|
<input type="hidden" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $adherent['numeroBeneficiaire'] ?>">
|
||||||
<input type="hidden" id="codeEtatAdherent" name="codeEtatAdherent" value="<?= $adherent['codeEtatAdherent'] ?>">
|
<input type="hidden" id="codeEtatAdherent" name="codeEtatAdherent" value="<?= $adherent['codeEtatAdherent'] ?>">
|
||||||
|
|
@ -253,7 +254,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.pointer-cursor { cursor: pointer; transition: background 0.2s; }
|
.pointer-cursor { cursor: pointer; transition: background 0.2s; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user