This commit is contained in:
KONE SOREL 2026-04-04 17:27:15 +00:00
parent 70ff477a50
commit d9a59c7618

View File

@ -12,7 +12,7 @@
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5">
<?= $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 text-dark"><?= $this->nettoyer($produit['libelle']) ?></span> (<?= $this->nettoyer($produit['codeProduit']) ?>)</p>
<p class="text-muted small mb-0"><?= _("Produit :") ?> <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span> (<?= $this->nettoyer($produit['codeProduit']) ?>)</p>
</div>
</div>
@ -79,7 +79,7 @@
<?php if ($isEditable): ?>
<div class="card border-0 shadow-sm h-100 border-start border-warning border-4">
<?php else: ?>
<div class="card border-0 shadow-sm h-100 border-start border-success border-4">
<div class="card border-0 shadow-sm h-100 border-start border-primary border-4">
<?php endif; ?>
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom border-2">
<?php if ($isEditable): ?>