This commit is contained in:
KANE LAZENI 2026-04-04 11:46:36 +00:00
parent 168882db27
commit 7cf14c8350

View File

@ -18,7 +18,7 @@
<th class="d-none d-lg-table-cell"><?= _("Nom") ?></th>
<th class="d-none d-xl-table-cell"><?= _("Prestataire") ?></th>
<th class="d-none d-xl-table-cell"><?= _("Spécialité") ?></th>
<th class="text-center"><?= _("Etat") ?></th>
<th class="text-center"><?= _("Effectuée?") ?></th>
<th class="text-center"><?= _("Motif") ?></th>
<th class="text-center"><?= _("Expiration") ?></th>
</tr>
@ -76,7 +76,11 @@
<?= $this->nettoyer($v['motifConsultation']) ?>
</td>
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<?php if($demandeExpiree == "1"):?>
<td class="text-center" style="color: red;" ><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<?php else: ?>
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
<?php endif; ?>
</tr>
<?php endforeach; ?>
<?php else: ?>