Vrai
This commit is contained in:
parent
486d2ad687
commit
182e1d2929
|
|
@ -1085,10 +1085,11 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<button type="button"
|
<button type="button"
|
||||||
onclick="selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');afficher_beneficiaire_id();"
|
onclick="selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');afficher_beneficiaire_id();"
|
||||||
class="btn btn-info w-100 py-4 fs-4 fw-bold d-flex flex-column align-items-center justify-content-center">
|
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
|
||||||
<i class="bi bi-hand-index mb-2 fs-1"></i>
|
title="Appuyer pour sélectionner ce bénéficiaire">
|
||||||
<div><?= $numeroBeneficiaire ?></div>
|
<i class="bi bi-cursor-fill me-2"></i>
|
||||||
<small class="fs-6 mt-1 opacity-75">(Appuyer ici)</small>
|
<?= $numeroBeneficiaire ?>
|
||||||
|
<small class="ms-2 fs-6 text-white-50">(Toucher)</small>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user