a
This commit is contained in:
parent
db1c9ae210
commit
d32f67a366
|
|
@ -83,7 +83,7 @@
|
|||
<?= $this->nettoyer($v['motifConsultation']) ?>
|
||||
</td>
|
||||
|
||||
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration'], $_SESSION['lang']) ?></td>
|
||||
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
<?php else: ?>
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
<div class="col-6">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="text-muted small me-3"><?= _("Expiration") ?></span>
|
||||
<span class="fw-bold me-2"> <?= dateheureLang($this->nettoyer($v['heureExpiration'], $_SESSION['lang']) ?> </span>
|
||||
<span class="fw-bold me-2"> <?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?> </span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user