Test
This commit is contained in:
parent
7fec4bcd28
commit
486d2ad687
|
|
@ -1081,11 +1081,14 @@
|
||||||
<i class="fas fa-user-circle photo-vide"></i>
|
<i class="fas fa-user-circle photo-vide"></i>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<button type="button" style="font-size: 2rem !important; font-weight: bold;"
|
<button type="button"
|
||||||
onclick="selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');afficher_beneficiaire_id();"
|
onclick="selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');afficher_beneficiaire_id();"
|
||||||
class="btn btn-info form-control">
|
class="btn btn-info w-100 py-4 fs-4 fw-bold d-flex flex-column align-items-center justify-content-center">
|
||||||
<?= $numeroBeneficiaire ?>
|
<i class="bi bi-hand-index mb-2 fs-1"></i>
|
||||||
|
<div><?= $numeroBeneficiaire ?></div>
|
||||||
|
<small class="fs-6 mt-1 opacity-75">(Appuyer ici)</small>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user