This commit is contained in:
KONE SOREL 2026-04-09 19:22:32 +00:00
parent b455aa0914
commit 0d68413460

View File

@ -82,7 +82,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-primary border-4">
<div class="card border-0 shadow-sm h-100 border-start border-success 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): ?>
@ -91,7 +91,7 @@
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
</button>
<?php else: ?>
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-check-circle me-2"></i><?= _("Garanties affectées au Produit Santé") ?></h6>
<h6 class="mb-0 fw-bold text-success text-uppercase"><i class="fas fa-check-circle me-2"></i><?= _("Garanties affectées au Produit Santé") ?></h6>
<?php endif; ?>
</div>
<div class="card-body p-0">