frt
This commit is contained in:
parent
7f93f39b13
commit
a7806f0338
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user