This commit is contained in:
KONE SOREL 2026-04-09 19:30:07 +00:00
parent c7103e753d
commit efb39c90d1

View File

@ -16,7 +16,7 @@
<?= _("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>
<?php if(!$isEditable): ?>
<span class="badge bg-info-ghost text-info text-uppercase" style="font-size: 7pt;"><?= _("Archivé") ?></span>
<span class="badge bg-success-ghost text-success text-uppercase" style="font-size: 7pt;"><?= _("Archivé") ?></span>
<?php endif; ?>
</p>
</div>