sder
This commit is contained in:
parent
0f3583f5d9
commit
6e906351e4
|
|
@ -77,9 +77,15 @@
|
|||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
<button class="btn btn-success btn-sm rounded-pill shadow-xs w-100" style="font-size: 8pt;" onclick="garanties_produit(<?= $idProduit ?>);">
|
||||
<i class="fas fa-list-check me-1"></i> <?= _("Détails") ?>
|
||||
<?php if($isArchive): ?>
|
||||
<button class="btn btn-info btn-sm rounded-pill shadow-xs w-100" style="font-size: 8pt;" onclick="garanties_produit(<?= $idProduit ?>);">
|
||||
<i class="fas fa-list-check me-1"></i> <?= _("Consulter") ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<button class="btn btn-warning btn-sm rounded-pill shadow-xs w-100" style="font-size: 8pt;" onclick="garanties_produit(<?= $idProduit ?>);">
|
||||
<i class="fas fa-list-check me-1"></i> <?= _("Gérer") ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user