Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
189dc0bb2e
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
$etatPolice = $this->nettoyer($police['etatPolice']);
|
||||
?>
|
||||
<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="etape3" value="<?= $fichierimport['etape3'] ?>">
|
||||
|
|
@ -17,8 +20,14 @@
|
|||
</div>
|
||||
<div class="col-md-2 text-center border-start">
|
||||
<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>
|
||||
</div>
|
||||
<?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 class="col-md-3 text-end border-start">
|
||||
<h6 class="text-muted small fw-bold mb-1 text-uppercase"><?= _("Période") ?></h6>
|
||||
<div class="small fw-bold">Du <?= dateLang($this->nettoyer($police['dateEffet'])) ?></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user