df
This commit is contained in:
parent
1c480b4950
commit
edf262e220
|
|
@ -119,7 +119,7 @@
|
||||||
<div class="<?= $bgStatus ?> text-white p-3 text-center">
|
<div class="<?= $bgStatus ?> text-white p-3 text-center">
|
||||||
<i class="fas <?= $iconStatus ?> fa-2x mb-2"></i>
|
<i class="fas <?= $iconStatus ?> fa-2x mb-2"></i>
|
||||||
<h5 class="mb-0 text-uppercase fw-bold"><?= $status ?></h5>
|
<h5 class="mb-0 text-uppercase fw-bold"><?= $status ?></h5>
|
||||||
<small class="opacity-75 <?= $colorText ?>"><?= _("Validé le") ?> <?= dateLang($demande['dateValidationRh'], $_SESSION['lang']) ?></small>
|
<small class="opacity-75 <?= $colorText ?>"><?= ($codeStatutPaiement != "2") ? _("Validé le") :""; ?> <?= dateLang($demande['dateValidationRh'], $_SESSION['lang']) ?></small>
|
||||||
</div>
|
</div>
|
||||||
<?php if($codeStatutPaiement=="9"):?>
|
<?php if($codeStatutPaiement=="9"):?>
|
||||||
<div class="p-3 bg-light">
|
<div class="p-3 bg-light">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user