This commit is contained in:
KANE LAZENI 2026-04-04 11:50:13 +00:00
parent 480d7aec1a
commit f344b92291

View File

@ -78,7 +78,7 @@
</td>
<?php if($demandeExpiree == "1"):?>
<td class="text-center" style="color: red;" ><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<td class="text-center" style="color: red; font-weight: bold;" ><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<?php else: ?>
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<?php endif; ?>