This commit is contained in:
KONE SOREL 2026-01-22 17:06:52 +00:00
parent c3752374d0
commit e3b9b9dd32

View File

@ -98,7 +98,7 @@
$bgStatus = "bg-success"; $bgStatus = "bg-success";
$iconStatus = "fa-check-double"; $iconStatus = "fa-check-double";
$status = _("Validée"); $status = _("Validée");
$colorText = "text-light"; $colorText = "text-white";
break; break;
case "2": case "2":
@ -112,7 +112,7 @@
$bgStatus = "bg-danger"; $bgStatus = "bg-danger";
$iconStatus = "fa-ban"; $iconStatus = "fa-ban";
$status = _("Refusée"); $status = _("Refusée");
$colorText = "text-light"; $colorText = "text-white";
break; break;
} }
?> ?>
@ -124,7 +124,7 @@
<div class="p-3 bg-light"> <div class="p-3 bg-light">
<label class="small text-muted d-block mb-1"><?= _("Justification de rejet") ?> :</label> <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-left: 3px solid red;"> <div class="p-2 text-danger rounded small" style="min-height: 60px; border: 3px solid red;">
<?= $this->nettoyer($demande['motifRejetRh']) ?> <?= $this->nettoyer($demande['motifRejetRh']) ?>
</div> </div>
</div> </div>