df
This commit is contained in:
parent
473cb00f50
commit
2d7aef6c86
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user