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="fw-bold text-dark text-uppercase"><?= $libelle ?></td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<div class="btn-group shadow-xs rounded-pill bg-white border p-1">
|
<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") ?>"
|
title="<?= _("Configurer") ?>"
|
||||||
onclick="modifier_reseau(<?= $idReseau ?>);">
|
onclick="modifier_reseau(<?= $idReseau ?>);">
|
||||||
<i class="fas fa-cog"></i>
|
<i class="fas fa-cog"></i><span><?= _("Configurer") ?></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn-link btn-sm text-primary p-1 mx-1 action-icon"
|
<button class="btn btn-link btn-sm text-primary p-1 mx-1 action-icon"
|
||||||
title="<?= _("Dupliquer") ?>"
|
title="<?= _("Dupliquer") ?>"
|
||||||
onclick="dupliquer_reseau(<?= $idReseau ?>);">
|
onclick="dupliquer_reseau(<?= $idReseau ?>);">
|
||||||
<i class="fas fa-copy"></i>
|
<i class="fas fa-copy"></i><span><?= _("Dupliquer") ?></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user