This commit is contained in:
KONE SOREL 2025-12-13 11:58:22 +00:00
parent 3ade10fa87
commit 9e71932691

View File

@ -226,11 +226,11 @@
<div class="col-12">
<div class="d-flex justify-content-between align-items-left">
<?php if($ententePrealable=='2' || $autorisation=='2'): ?>
<span class="badge bg-warning text-dark"><?= _("Attente") ?>
<span class="badge bg-warning text-dark"><?= _("Acte en attente") ?>
<?php elseif($ententePrealable=='1' || $autorisation=='1'): ?>
<span class="badge bg-success"><?= _("Accordé") ?>
<span class="badge bg-success"><?= _("Acte accordé") ?>
<?php elseif($ententePrealable=='9' || $autorisation=='9'): ?>
<span class="badge bg-danger"><?= _("Refusé") ?>
<span class="badge bg-danger"><?= _("Acte refusé") ?>
<?php endif; ?>
</div>
</div>