a
This commit is contained in:
parent
2309a5d123
commit
d69608f265
|
|
@ -110,6 +110,7 @@
|
|||
$prestataire = $this->nettoyer($v['prestataire']);
|
||||
$specialite = $this->nettoyer($v['specialite']);
|
||||
$demandeExpiree = $this->nettoyer($v['demandeExpiree']);
|
||||
$heureExpiration = $this->nettoyer($v['dateheureExpirationSysteme']);
|
||||
|
||||
if($effectuee=="1"){
|
||||
if (est_anglophone()){
|
||||
|
|
@ -206,6 +207,16 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 mb-2">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="text-muted small me-3"><?= _("Expiration") ?></span>
|
||||
<span class="fw-bold text-truncate" style="max-width: 150px;">
|
||||
<?= dateheureLang($heureExpiration, $_SESSION['lang']) ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<hr>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user