fd
This commit is contained in:
parent
16cc6b5d80
commit
9c0c606a58
|
|
@ -113,10 +113,20 @@
|
||||||
<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"
|
<button class="btn btn-sm btn-info w-100"
|
||||||
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');" style="font-size:1.8rem !important">
|
onClick="javascript:selectionner_rdv('<?= $idDemande ?>');" style="font-size:1.8rem !important">
|
||||||
<?= $numeroDemandeRdv ?>
|
<?= $numeroDemandeRdv ?>
|
||||||
</button>
|
</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>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user