sdaq
This commit is contained in:
parent
6d7c6ecfc9
commit
f465064693
|
|
@ -13,8 +13,9 @@
|
|||
<?= $isEditable ? _("Gérer les Garanties du Produit Santé") : _("Consulter les Garanties du Produit Santé") ?>
|
||||
</h4>
|
||||
<p class="text-muted small mb-0">
|
||||
<?= _("Produit :") ?> <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
|
||||
(<span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>)</p>
|
||||
<?= _("Produit") ?> : <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>
|
||||
— <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user