Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
KANE LAZENI 2026-01-05 18:59:28 +00:00
commit 189dc0bb2e

View File

@ -1,3 +1,6 @@
<?php
$etatPolice = $this->nettoyer($police['etatPolice']);
?>
<div id="div_liste_adherent" class="container-fluid py-1 animate__animated animate__fadeIn"> <div id="div_liste_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
<input type="hidden" id="etape2" value="<?= $fichierimport['etape2'] ?>"> <input type="hidden" id="etape2" value="<?= $fichierimport['etape2'] ?>">
<input type="hidden" id="etape3" value="<?= $fichierimport['etape3'] ?>"> <input type="hidden" id="etape3" value="<?= $fichierimport['etape3'] ?>">
@ -17,7 +20,13 @@
</div> </div>
<div class="col-md-2 text-center border-start"> <div class="col-md-2 text-center border-start">
<h6 class="text-muted small fw-bold mb-1 text-uppercase"><?= _("État") ?></h6> <h6 class="text-muted small fw-bold mb-1 text-uppercase"><?= _("État") ?></h6>
<span class="badge bg-success px-3"><?= $this->nettoyer($police['etatPolice']) ?></span> <?php if($etatPolice == "EC"):?>
<span class="badge bg-success px-3"><?= $etatPolice ?></span>
<?php elseif($etatPolice == "SU"):?>
<span class="badge bg-warning px-3"><?= $etatPolice ?></span>
<?php else:?>
<span class="badge bg-danger px-3"><?= $etatPolice ?></span>
<?php endif;?>
</div> </div>
<div class="col-md-3 text-end border-start"> <div class="col-md-3 text-end border-start">
<h6 class="text-muted small fw-bold mb-1 text-uppercase"><?= _("Période") ?></h6> <h6 class="text-muted small fw-bold mb-1 text-uppercase"><?= _("Période") ?></h6>