This commit is contained in:
KONE SOREL 2026-03-19 08:47:48 +00:00
parent 8d74e7ce56
commit 1848ab3800
2 changed files with 3 additions and 3 deletions

View File

@ -63643,14 +63643,14 @@ function afficherDetailBareme()
$('#div_bareme').hide();
$("#masquerBareme").val("0");
//$("#span_bareme").text("[+]");
document.getElementById("span_bareme").className = "fa fa-chevron-down ms-4 text-primary fw-bold";
document.getElementById("span_bareme").className = "fa fa-chevron-down";
}else{
$('#div_bareme').show();
$("#masquerBareme").val("1");
//$("#dateEffetGarantie").focus();
//$("#span_bareme").text("[-]");
document.getElementById("span_bareme").className = "fa fa-chevron-up ms-4 text-primary fw-bold";
document.getElementById("span_bareme").className = "fa fa-chevron-up";
init_saisie_detailbareme();
actualiser_detailbareme();

View File

@ -61,7 +61,7 @@
</div>
<div class="card-footer bg-white border-top-0 p-0">
<button class="btn btn-light w-100 rounded-0 py-2 fw-bold text-muted border-top" onclick="afficherDetailBareme();">
<i class="fas fa-history me-2"></i><?= _("Afficher l'historique des lignes globales") ?> <span id="span_bareme" class="fa fa-chevron-up ms-4 text-primary fw-bold"></span>
<i class="fas fa-history me-2"></i><?= _("Afficher l'historique des lignes globales") ?> <span id="span_bareme" class="fa fa-chevron-up"></span>
</button>
<div id="div_bareme" class="p-3 border-top" style="display:none;">
</div>