dfg
This commit is contained in:
parent
16af14a669
commit
c3cf3d620f
|
|
@ -16,7 +16,7 @@
|
|||
?>
|
||||
|
||||
<div class="page-content animate__animated animate__fadeIn">
|
||||
|
||||
<input class="sr-only" type="text" id="idGc" name="idGc" value="<?= $this->nettoyer($gc['id']);?>" >
|
||||
<div class="header-section mb-1">
|
||||
<div class="d-flex align-items-center bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Complément Caution") ?></label>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Fraction Caution (Nbre mois/12)") ?></small><span class="fw-bold fs-6"><?= format_N($gc['nbMoisCaution']) ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Fraction (Nombre mois / 12)") ?></small><span class="fw-bold fs-6"><?= format_N($gc['nbMoisCaution']) ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Seuil Complément (%)") ?></small><span class="fw-bold fs-6"><?= format_N($gc['seuilComplementCaution']) ?> %</span></div>
|
||||
<div class="p-2 rounded <?= ($gc['encaissementExige'] == "1") ? 'bg-danger text-white' : 'bg-success text-white' ?> fw-bold small text-center">
|
||||
<i class="fas <?= ($gc['encaissementExige'] == "1") ? 'fa-lock' : 'fa-unlock' ?> me-2"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user