This commit is contained in:
KONE SOREL 2026-04-04 16:24:41 +00:00
parent 7f93f39b13
commit a7806f0338

View File

@ -12,7 +12,10 @@
</div>
<div>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5 text-warning"><?= _("Modifier Produit Santé") ?></h4>
<p class="text-muted small mb-0 d-none d-md-block"><?= _("Code :") ?> <span class="badge bg-light text-muted fw-bold border"><?= $this->nettoyer($produit['codeProduit']) ?></span> — <?= $this->nettoyer($produit['libelle']) ?></p>
<p class="text-muted small mb-0 d-none d-md-block"><?= _("Code :") ?>
<span class="badge bg-light text-primary fw-bold border"><?= $this->nettoyer($produit['codeProduit']) ?></span>
<span class="badge bg-light text-primary fw-bold border"><?= $this->nettoyer($produit['libelle']) ?></span>
</p>
</div>
</div>