This commit is contained in:
KONE SOREL 2026-01-22 14:14:08 +00:00
parent 473cb00f50
commit 2d7aef6c86

View File

@ -115,12 +115,12 @@
<div class="<?= $bgStatus ?> text-white p-3 text-center">
<i class="fas <?= $iconStatus ?> fa-2x mb-2"></i>
<h5 class="mb-0 text-uppercase fw-bold"><?= $status ?></h5>
<small class="opacity-75"><?= _("Validé le") ?> <?= dateLang($demande['dateValidationRh']) ?></small>
<small class="opacity-75 text-dark"><?= _("Validé le") ?> <?= dateLang($demande['dateValidationRh']) ?></small>
</div>
<div class="p-3 bg-light">
<label class="small text-muted d-block mb-1"><?= _("Justification de rejet") ?> :</label>
<div class="p-2 bg-danger rounded small" style="min-height: 60px; border-left: 3px solid #ccc;">
<div class="p-2 text-danger rounded small" style="min-height: 60px; border-left: 3px solid red;">
<?= $this->nettoyer($demande['motifRejetRh']) ?>
</div>
</div>