This commit is contained in:
KONE SOREL 2026-03-15 12:53:49 +00:00
parent 5e7b5b6dfa
commit 70ed3c66d2

View File

@ -1,22 +1,25 @@
<div class="page-content animate__animated animate__fadeIn">
<div class="header-section mb-1">
<div class="d-flex align-items-center bg-white p-3 shadow-sm border-start border-warning border-4" style="border-radius: var(--radius-md);">
<div class="icon-shape bg-warning-light text-warning rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
<i class="fas fa-edit fs-4"></i>
<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 fs-5"><?= _("Modifier Informations Garant") ?></h4>
<p class="text-muted small mb-0 d-none d-md-block"><?= _("ID Système :") ?> <span class="fw-bold">#<?= $this->nettoyer($gc['id']) ?></span> — <?= $this->nettoyer($gc['libelle']) ?></p>
</div>
</div>
<div class="flex-grow-1">
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Modifier Informations Garant") ?></h4>
<p class="text-muted small mb-0"><?= _("ID Système :") ?> <span class="fw-bold">#<?= $this->nettoyer($gc['id']) ?> — <?= $this->nettoyer($gc['libelle']) ?></span></p></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_gc_assureur();">
<i class="fas fa-times me-1"></i> <?= _("Annuler") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-primary rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="enregistrer_modif_gc_assureur();">
<i class="fas fa-save me-1"></i> <?= _("Mettre à jour") ?>
</button>
</div>
</div>
<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_gc_assureur();">
<i class="fas fa-times me-1"></i> <?= _("Annuler") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-primary rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="enregistrer_modif_gc_assureur();">
<i class="fas fa-save me-1"></i> <?= _("Mettre à jour") ?>
</button>
</div>
</div>
<form id="form_modifier_garant">