This commit is contained in:
KONE SOREL 2026-03-15 13:09:21 +00:00
parent 0fe027567b
commit ed51f9a2f6

View File

@ -3,14 +3,25 @@
?>
<div class="page-content animate__animated animate__fadeIn">
<div class="header-section mb-4">
<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;">
<i class="fas fa-file-invoice-dollar fs-4"></i>
<div class="header-section mb-1">
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow border-start border-warning border-4" style="border-radius: var(--radius-md);">
<div class="d-flex align-items-center">
<div class="icon-shape bg-warning-light text-warning rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
<i class="fas fa-edit fs-4"></i>
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Paramètres de Facturation") ?></h4>
<p class="text-muted small mb-0"><?= _("Garant :") ?> <span class="fw-bold text-primary"><?= $this->nettoyer($gc['libelle']) ?></span></p>
</div>
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Paramètres de Facturation") ?></h4>
<p class="text-muted small mb-0"><?= _("Garant :") ?> <span class="fw-bold text-primary"><?= $this->nettoyer($gc['libelle']) ?></span></p>
<div class="d-flex gap-2">
<button type="button" class="btn btn-light rounded-pill px-3 fw-bold text-muted border shadow-sm btn-sm" onclick="retour_fiche_garant();">
<i class="fas fa-times me-1"></i> <?= _("Annuler") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-warning rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="modifier_param_fact_garant('<?= $superUser ?>');">
<i class="fas fa-save me-1"></i> <?= _("Modifier les Paramètres") ?>
</button>
</div>
</div>
</div>
@ -183,17 +194,6 @@
</div>
</div>
</div>
<div class="col-lg-12 mb-5">
<div class="d-flex justify-content-between align-items-center bg-white p-3 shadow-sm rounded-pill">
<button type="button" class="btn btn-light rounded-pill px-4 fw-bold text-muted shadow-xs" onClick="retour_fiche_garant();">
<i class="fas fa-arrow-left me-2"></i><?= _("Retour Fiche") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-warning rounded-pill px-5 fw-bold shadow-sm" onClick="modifier_param_fact_garant('<?= $superUser ?>');">
<i class="fas fa-edit me-2"></i><?= _("Modifier les Paramètres") ?>
</button>
</div>
</div>
</div>
</div>