deaq
This commit is contained in:
parent
d9a59c7618
commit
14def9e007
|
|
@ -41,7 +41,7 @@
|
|||
<div class="card-header bg-light py-3 d-flex justify-content-between align-items-center">
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-list me-2"></i><?= _("Garanties Disponibles") ?></h6>
|
||||
<?php if ($isEditable): ?>
|
||||
<button class="btn btn-xs btn-outline-primary rounded-pill fw-bold" onclick="ajouter_tous_garantie_produit();">
|
||||
<button class="btn btn-xs btn-primary rounded-pill fw-bold" onclick="ajouter_tous_garantie_produit();">
|
||||
<?= _("Tout ajouter") ?> <i class="fas fa-angle-double-right ms-1"></i>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom border-2">
|
||||
<?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>
|
||||
<button class="btn btn-xs btn-outline-warning rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
||||
<button class="btn btn-xs btn-warning rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
||||
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user