This commit is contained in:
KONE SOREL 2026-01-22 17:09:55 +00:00
parent e3b9b9dd32
commit 2e2f68a3b4

View File

@ -121,13 +121,14 @@
<h5 class="mb-0 text-uppercase fw-bold"><?= $status ?></h5>
<small class="opacity-75 <?= $colorText ?>"><?= _("Validé le") ?> <?= dateLang($demande['dateValidationRh'], $_SESSION['lang']) ?></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 text-danger rounded small" style="min-height: 60px; border: 3px solid red;">
<div class="p-2 text-danger rounded small" style="min-height: 60px; border: 1px solid gray;">
<?= $this->nettoyer($demande['motifRejetRh']) ?>
</div>
</div>
</div>
</div>
</div>