This commit is contained in:
KANE LAZENI 2026-04-04 11:12:23 +00:00
parent 637868c21d
commit a0ba1be4b9

View File

@ -49,17 +49,10 @@
if (est_anglophone()){
$specialite = $this->nettoyer($v['specialiteEng']);
$etatRdv = $this->nettoyer($v['etatRdvEng']);
}
?>
<tr>
<td class="text-center">
<button class="btn btn-sm btn-outline-primary w-100"
onClick="javascript:selectionner_demande_consultation('<?= $idDemande ?>');"
title="<?=_("Voir les détails du rendez-vous")?>">
<?= $numeroDemandeConsultation ?>
</button>
</td>
<td class="text-center"> <?= $numeroDemandeConsultation ?> </td>
<td class="text-center"><?= dateheureLang($dateSysteme, $_SESSION['lang']) ?></td>
<td class="text-center"><?= $this->nettoyer($v['numeroBeneficiaire']) ?></td>
<td class="d-none d-lg-table-cell"><?= $this->nettoyer($v['beneficiaire']) ?></td>
@ -135,16 +128,12 @@
<div class="row mb-2">
<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 type="button"
onClick="javascript:selectionner_demande_consultation('<?= $idDemande ?>');"
class="btn btn-info w-100 py-4 fs-3 fw-bold rounded-3 shadow-sm"
title="Appuyer pour sélectionner un RDV">
<span class="text-muted small me-3"><?= _("N° Demande") ?></span>
<span class="fw-bold text-truncate" style="max-width: 150px;">
<?= $numeroDemandeConsultation ?>
<small class="ms-2 fs-6 text-white-50"><?=_("(Cliquer pour voir plus)")?></small>
</button>
</span>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex justify-content-between align-items-center">