This commit is contained in:
KONE SOREL 2025-12-16 09:59:23 +00:00
parent 9c0c606a58
commit df18a6ef79
2 changed files with 7 additions and 10 deletions

View File

@ -113,19 +113,12 @@
<div class="col-12 mb-2">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small me-3"><?= _("N° RDV") ?></span>
<!--
<button class="btn btn-sm btn-info w-100"
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');" style="font-size:1.8rem !important">
<?= $numeroDemandeRdv ?>
</button>
-->
<button type="button"
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');"
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
title="Appuyer pour sélectionner un RDV">
<?= $numeroDemandeRdv ?>
<small class="ms-2 fs-6 text-white-50"><?=_("(Voir +)")?></small>
<small class="ms-2 fs-6 text-white-50"><?=_("(Cliquer pour voir plus)")?></small>
</button>
</div>
</div>

View File

@ -73,11 +73,15 @@
<div class="col-12 mb-2">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small me-3"><?= _("N° Demande") ?></span>
<button class="btn btn-sm btn-info w-100"
onClick="javascript:selectionner_remboursement('<?= $idDemande ?>');" style="font-size:1.8rem !important">
<button type="button"
onClick="javascript:selectionner_remboursement('<?= $idDemande ?>');"
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
title="Appuyer pour sélectionner une demande de remboursement">
<?= $numeroDemandeRemboursement ?>
<small class="ms-2 fs-6 text-white-50"><?=_("(Cliquer pour voir plus)")?></small>
</button>
</div>
</div>
<div class="col-6 me-0">