This commit is contained in:
KONE SOREL 2025-12-13 11:48:06 +00:00
parent 2768cf3a05
commit 2954c91906

View File

@ -249,21 +249,21 @@
<div class="col-12 mb-0">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small"><?= _("Prestataire") ?></span>
<span class="fw-bold"><?= substr($this->nettoyer($prestation['prestataire']),0, 32) ?></span>
<span class="fw-bold text-truncate" style="max-width:250px;"><?= substr($this->nettoyer($prestation['prestataire']),0, 32) ?></span>
</div>
</div>
<div class="col-12 mb-0">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small"><?= _("Médecin") ?></span>
<span class="fw-bold"><?= substr($this->nettoyer($prestation['medecinActe']),0, 32) ?></span>
<span class="fw-bold text-truncate" style="max-width:250px;"><?= $this->nettoyer($prestation['medecinActe']) ?></span>
</div>
</div>
<div class="col-12 mb-0">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small"><?= _("Patient") ?></span>
<span class="text-end"><?= substr($this->nettoyer($prestation['patient']),0,32) ?></span>
<span class="text-end text-truncate" style="max-width:250px;"><?= $this->nettoyer($prestation['patient']) ?></span>
</div>
</div>
</div>