This commit is contained in:
KONE SOREL 2026-05-04 14:39:32 +00:00
parent c596986fcd
commit 3ddece516f

View File

@ -88,17 +88,11 @@
<td align="center"> <?= _("Etat") ?> </td>
<td class="text-center" style="vertical-align: middle;">
<?php if($codeEtatDemandeFrais == "1"):?>
<span class="label label-success" style="padding: 4px 10px;">
<span class="glyphicon glyphicon-ok-sign"></span> <?= _("Accordée")?>
</span>
<input style='text-align:center; font-size:10pt; background-color:green;color:white;' class="form-control" type="text" value="<?= _("Demande Accordée") ?>" readonly >
<?php elseif($codeEtatDemandeFrais == "0"): ?>
<span class="label label-warning" style="padding: 4px 10px;">
<span class="glyphicon glyphicon-time"></span> <?= _("En attente")?>
</span>
<input style='text-align:center; font-size:10pt; background-color:yellow;color:white;' class="form-control" type="text" value="<?= _("Demande En Attente") ?>" readonly >
<?php else: ?>
<span class="label label-danger" style="padding: 4px 10px;">
<span class="glyphicon glyphicon-remove-sign"></span> <?= _("Refusée")?>
</span>
<input style='text-align:center; font-size:10pt; background-color:red;color:white;' class="form-control" type="text" value="<?= _("Demande Refusée") ?>" readonly >
<?php endif; ?>
</td>
</tr>