df
This commit is contained in:
parent
4982eaade1
commit
82fcefb07c
|
|
@ -38,8 +38,8 @@
|
||||||
<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-primary border-4">
|
||||||
<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">
|
||||||
|
|
||||||
<h6 class="mb-0 fw-bold text-danger 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>
|
||||||
<button class="btn btn-xs btn-outline-danger rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
<button class="btn btn-xs btn-outline-warning rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
||||||
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<?php if ($isEditable): ?>
|
<?php if ($isEditable): ?>
|
||||||
<td class="ps-3 text-center">
|
<td class="ps-3 text-center">
|
||||||
<button class="btn btn-sm btn-danger-light rounded-circle action-btn" onclick="retirer_un_garantie_produit('<?=$id?>');" title="<?= _("Retirer") ?>">
|
<button class="btn btn-sm btn-warning-light rounded-circle action-btn" onclick="retirer_un_garantie_produit('<?=$id?>');" title="<?= _("Retirer") ?>">
|
||||||
<i class="fas fa-chevron-left"></i>
|
<i class="fas fa-chevron-left"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -80,8 +80,8 @@
|
||||||
<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-primary border-4">
|
||||||
<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-danger 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>
|
||||||
<button class="btn btn-xs btn-outline-danger rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
<button class="btn btn-xs btn-outline-warning rounded-pill fw-bold" onclick="retirer_tous_garantie_produit();">
|
||||||
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
||||||
</button>
|
</button>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<?php if ($isEditable): ?>
|
<?php if ($isEditable): ?>
|
||||||
<td class="ps-3 text-center">
|
<td class="ps-3 text-center">
|
||||||
<button class="btn btn-sm btn-danger-light rounded-circle action-btn" onclick="retirer_un_garantie_produit('<?=$id?>');" title="<?= _("Retirer") ?>">
|
<button class="btn btn-sm btn-warning-light rounded-circle action-btn" onclick="retirer_un_garantie_produit('<?=$id?>');" title="<?= _("Retirer") ?>">
|
||||||
<i class="fas fa-chevron-left"></i>
|
<i class="fas fa-chevron-left"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user