This commit is contained in:
KONE SOREL 2026-03-16 17:42:25 +00:00
parent b8ef50725b
commit e2c2451c88

View File

@ -36,7 +36,6 @@
<div id="div_garantieproduit"> <div id="div_garantieproduit">
<div class="row g-3"> <div class="row g-3">
<div class="col-lg-5"> <div class="col-lg-5">
<div class="card border-0 shadow-sm h-100"> <div class="card border-0 shadow-sm h-100">
<div class="card-header bg-light py-3 d-flex justify-content-between align-items-center"> <div class="card-header bg-light py-3 d-flex justify-content-between align-items-center">
@ -77,7 +76,11 @@
</div> </div>
<div class="col-lg-7"> <div class="col-lg-7">
<?php if ($isEditable): ?>
<div class="card border-0 shadow-sm h-100 border-start border-warning border-4"> <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">
<?php endif; ?>
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom border-2"> <div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom border-2">
<?php if ($isEditable): ?> <?php if ($isEditable): ?>
<h6 class="mb-0 fw-bold text-warning 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-warning text-uppercase"><i class="fas fa-check-circle me-2"></i><?= _("Garanties affectées au Produit Santé") ?></h6>