This commit is contained in:
KONE SOREL 2026-04-04 13:53:45 +00:00
parent 6527c4a39a
commit 69676a410f
2 changed files with 9 additions and 4 deletions

View File

@ -7,8 +7,10 @@
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5 text-warning"><?= _("Modifier Informations Garant") ?></h4>
<p class="text-muted small mb-0 d-none d-md-block">ID : <span class="badge bg-light text-primary border fw-bold">#<?= $this->nettoyer($gc['id']) ?></span> —
<span class="badge bg-light text-primary border fw-bold"><?= $this->nettoyer($gc['libelle']) ?></span></p>
<p class="text-muted small mb-0 d-none d-md-block">
ID : <span class="badge bg-light text-primary border fw-bold">#<?= $this->nettoyer($gc['id']) ?></span> —
<span class="badge bg-light text-primary border fw-bold"><?= $this->nettoyer($gc['libelle']) ?></span>
</p>
</div>
</div>

View File

@ -10,8 +10,11 @@
<i class="fas fa-file-invoice-dollar fs-4"></i>
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Paramètres Facturation Garant") ?></h4>
<p class="text-muted small mb-0"><?= _("Garant :") ?> <span class="fw-bold text-muted"><?= $this->nettoyer($gc['libelle']) ?></span></p>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Paramètres Facturation Garant") ?></h4>
<p class="text-muted small mb-0 d-none d-md-block">
ID : <span class="badge bg-light text-primary border fw-bold">#<?= $this->nettoyer($gc['id']) ?></span> —
<span class="badge bg-light text-primary border fw-bold"><?= $this->nettoyer($gc['libelle']) ?></span>
</p>
</div>
</div>