This commit is contained in:
KONE SOREL 2026-04-03 16:20:58 +00:00
parent 8c07a95324
commit 438e654dff
2 changed files with 1 additions and 3 deletions

View File

@ -88835,8 +88835,6 @@ function modifier_lien_parente(idLien)
function enregistrer_modif_lien_parente()
{
idLien = $("#idLien").val();
enVigueur = $("#enVigueur").val();

View File

@ -72,7 +72,7 @@
</button>
<?php endif; ?>
<?php else: ?>
<button class="btn btn-sm btn-danger rounded-pill px-4 fw-bold shadow-sm text-uppercase"
<button class="btn btn-sm btn-warning rounded-pill px-4 fw-bold shadow-sm text-uppercase"
onclick="javascript:modifier_lien_parente(<?= $idLien ?>)">
<i class="fas fa-times-circle me-1"></i><?= $actifTxt ?>
</button>