qs
This commit is contained in:
parent
9c0c606a58
commit
df18a6ef79
|
|
@ -113,19 +113,12 @@
|
||||||
<div class="col-12 mb-2">
|
<div class="col-12 mb-2">
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<span class="text-muted small me-3"><?= _("N° RDV") ?></span>
|
<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"
|
<button type="button"
|
||||||
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');"
|
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');"
|
||||||
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
|
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
|
||||||
title="Appuyer pour sélectionner un RDV">
|
title="Appuyer pour sélectionner un RDV">
|
||||||
<?= $numeroDemandeRdv ?>
|
<?= $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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -73,11 +73,15 @@
|
||||||
<div class="col-12 mb-2">
|
<div class="col-12 mb-2">
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<span class="text-muted small me-3"><?= _("N° Demande") ?></span>
|
<span class="text-muted small me-3"><?= _("N° Demande") ?></span>
|
||||||
<button class="btn btn-sm btn-info w-100"
|
<button type="button"
|
||||||
onClick="javascript:selectionner_remboursement('<?= $idDemande ?>');" style="font-size:1.8rem !important">
|
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 ?>
|
<?= $numeroDemandeRemboursement ?>
|
||||||
|
<small class="ms-2 fs-6 text-white-50"><?=_("(Cliquer pour voir plus)")?></small>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-6 me-0">
|
<div class="col-6 me-0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user