fr
This commit is contained in:
parent
7f35dc30ca
commit
4c2265f801
|
|
@ -41,16 +41,16 @@
|
|||
<td class="fw-bold text-dark text-uppercase"><?= $libelle ?></td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group shadow-xs rounded-pill bg-white border p-1">
|
||||
<button class="btn btn-link btn-sm text-warning p-1 me-4 action-icon"
|
||||
<button class="btn btn-link btn-sm text-warning p-1 me-2 action-icon"
|
||||
title="<?= _("Configurer") ?>"
|
||||
onclick="modifier_reseau(<?= $idReseau ?>);">
|
||||
<i class="fas fa-cog"></i>
|
||||
<i class="fas fa-cog"></i><span><?= _("Configurer") ?></span>
|
||||
</button>
|
||||
|
||||
<button class="btn btn-link btn-sm text-primary p-1 mx-1 action-icon"
|
||||
title="<?= _("Dupliquer") ?>"
|
||||
onclick="dupliquer_reseau(<?= $idReseau ?>);">
|
||||
<i class="fas fa-copy"></i>
|
||||
<i class="fas fa-copy"></i><span><?= _("Dupliquer") ?></span>
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user