a
This commit is contained in:
parent
0558443534
commit
5d1de0c575
|
|
@ -195,25 +195,17 @@
|
|||
<textarea readonly class="message-text w-100"><?= $this->nettoyer($v['motifConsultation']) ?></textarea>
|
||||
</div>
|
||||
|
||||
<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 text-truncate" style="max-width: 120px;">
|
||||
<?php if($demandeExpiree == "1"):?>
|
||||
<span class="badge bg-danger w-100"> <?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?> </span>
|
||||
<?php else: ?>
|
||||
<span class="badge w-100"> <?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?> </span>
|
||||
<?php endif; ?>
|
||||
</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>
|
||||
<?php if($demandeExpiree == "1"):?>
|
||||
<span class="fw-bold text-truncate" style="max-width: 150px; color:red">
|
||||
<?= dateheureLang($heureExpiration, $_SESSION['lang']) ?>
|
||||
</span>
|
||||
<?php else: ?>
|
||||
<span class="fw-bold text-truncate" style="max-width: 150px;">
|
||||
<?= dateheureLang($heureExpiration, $_SESSION['lang']) ?>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user