This commit is contained in:
KONE SOREL 2026-04-04 14:06:21 +00:00
parent 8ddf5ec65b
commit 6017dc7505

View File

@ -4,16 +4,17 @@
<div class="animate__animated animate__fadeIn">
<div class="d-flex justify-content-between align-items-center bg-white p-3 mb-2 shadow-sm rounded border-bottom">
<?php if($nbLigne == "0" && $superUser == "1"): ?>
<h6 class="mb-0 fw-bold text-uppercase small text-primary">
<i class="fas fa-sliders-h me-2"></i><?= _("Configuration spécifique du produit") ?>
</h6>
<?php else: ?>
<h6 class="mb-0 fw-bold text-uppercase small text-warning">
<i class="fas fa-sliders-h me-2"></i><?= _("Configuration spécifique du produit") ?>
</h6>
<?php endif; ?>
<div class="d-flex justify-content-between align-items-center bg-white p-3 mb-1 shadow-sm rounded border-bottom">
<?php if($nbLigne == "0" && $superUser == "1"): ?>
<h6 class="mb-0 fw-bold text-uppercase small text-primary">
<i class="fas fa-sliders-h me-2"></i><?= _("Configuration spécifique du produit") ?>
</h6>
<?php else: ?>
<h6 class="mb-0 fw-bold text-uppercase small text-warning">
<i class="fas fa-sliders-h me-2"></i><?= _("Configuration spécifique du produit") ?>
</h6>
<?php endif; ?>
<div class="d-flex gap-2">
<button type="button" class="btn btn-light btn-sm rounded-pill px-3 border shadow-xs fw-bold" onClick="retour_param_fact_garant();">
<?= _("Annuler") ?>