dsf
This commit is contained in:
parent
82fcefb07c
commit
40a54c086c
|
|
@ -58,13 +58,12 @@
|
|||
<tbody>
|
||||
<?php foreach ($garanties_avec_seuils as $v): $id = $v['id']; ?>
|
||||
<tr>
|
||||
<?php if ($isEditable): ?>
|
||||
<td class="ps-3 text-center">
|
||||
<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>
|
||||
</button>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
||||
<td class="fw-bold"><?= $this->nettoyer($v['garantie']) ?></td>
|
||||
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user