saze
This commit is contained in:
parent
6527c4a39a
commit
69676a410f
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user