Remboursement v1.2
This commit is contained in:
parent
f98abec6ce
commit
5d5feeba89
|
|
@ -849,7 +849,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#h4_titre, #h4_titre i{
|
#h4_titre, #h4_titre i{
|
||||||
font-size: 2rem !important;
|
font-size: 1.8rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#id_titre_page{
|
#id_titre_page{
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<?php if($codeEtatDemandeRemboursement == "1"):?>
|
<?php if($codeEtatDemandeRemboursement == "1"):?>
|
||||||
<span class="badge bg-success text-end"><?= _("Accordée")?></span>
|
<span class="badge bg-success"><?= _("Accordée")?></span>
|
||||||
<?php elseif($codeEtatDemandeRemboursement == "0"): ?>
|
<?php elseif($codeEtatDemandeRemboursement == "0"): ?>
|
||||||
<span class="badge bg-warning text-dark"><?= _("En attente")?></span>
|
<span class="badge bg-warning text-dark"><?= _("En attente")?></span>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user