This commit is contained in:
KONE SOREL 2026-04-09 19:28:10 +00:00
parent 0d68413460
commit 075c71e2e7

View File

@ -15,14 +15,14 @@
<p class="text-muted small mb-0">
<?= _("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>
</p>
<?php if(!$isArchive): ?>
<span class="badge bg-info-ghost text-info text-uppercase" style="font-size: 7pt;"><?= _("Archivé") ?></span>
<?php endif; ?>
</p>
</div>
</div>
<div class="d-flex gap-2">
<button type="button" class="btn btn-light rounded-pill px-4 fw-bold text-muted border shadow-sm btn-sm" onclick="retour_liste_produits();">
<i class="fas fa-arrow-left me-1"></i> <?= _("Retour") ?>
</button>
<?php if ($isEditable): ?>
<button type="button" class="btn btn-primary rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="location.reload();">
<i class="fas fa-sync-alt me-1"></i> <?= _("Actualiser") ?>