This commit is contained in:
KONE SOREL 2026-03-16 14:05:47 +00:00
parent 502c48195c
commit 18062b597d

View File

@ -13,7 +13,7 @@
</div> </div>
<div> <div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5"> <h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5">
<?= $isEditable ? _("Gestion des Garanties") : _("Consultation des Garanties") ?> <?= $isEditable ? _("Gestion des Garanties du Produit Santé") : _("Consultation des Garanties du Produit Santé") ?>
</h4> </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> <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> </div>