fr
This commit is contained in:
parent
e02a10410a
commit
235a1cfc1e
|
|
@ -9,10 +9,9 @@
|
||||||
<i class="fas fa-box fs-4"></i>
|
<i class="fas fa-box fs-4"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-grow-1">
|
<div class="flex-grow-1">
|
||||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= $this->nettoyer($produit['libelle']) ?></h4>
|
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Consulter Produit Santé")." : ".$this->nettoyer($produit['libelle']) ?></h4>
|
||||||
<p class="text-muted small mb-0"><?= _("Code Produit") ?> :
|
<p class="text-muted small mb-0"><?= _("Code Produit") ?> :
|
||||||
<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['codeProduit']) ?></span>
|
||||||
— <span class="badge bg-light text-primary fw-bold border"><?= $this->nettoyer($produit['libelle']) ?></span>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user