a
This commit is contained in:
parent
168882db27
commit
7cf14c8350
|
|
@ -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: ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user