This commit is contained in:
KONE SOREL 2026-04-04 17:22:11 +00:00
parent 0f0c2a815b
commit 05c3698806

View File

@ -5,12 +5,12 @@
<div class="header-section mb-1">
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow border-start <?= $isEditable ? 'border-primary' : 'border-secondary' ?> border-4" style="border-radius: var(--radius-md);">
<div class="d-flex align-items-center">
<div class="icon-shape <?= $isEditable ? 'bg-primary-ghost text-primary' : 'bg-light text-muted' ?> rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
<div class="icon-shape <?= $isEditable ? 'bg-primary-ghost text-primary' : 'bg-warning text-warning' ?> rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
<i class="fas <?= $isEditable ? 'fa-plus-circle' : 'fa-shield-alt' ?> fs-4"></i>
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5">
<?= $isEditable ? _("Gestion des Garanties du Produit Santé") : _("Consultation des Garanties du Produit Santé") ?>
<?= $isEditable ? _("Gérer des Garanties du Produit Santé") : _("Consultation des Garanties du Produit Santé") ?>
</h4>
<p class="text-muted small mb-0"><?= _("Produit :") ?> <span class="fw-bold text-dark"><?= $this->nettoyer($produit['libelle']) ?></span> (<?= $this->nettoyer($produit['codeProduit']) ?>)</p>
</div>