der
This commit is contained in:
parent
e2ee32874e
commit
fa407e3e78
|
|
@ -63860,7 +63860,7 @@ function inserer_bareme() {
|
|||
$("#masquerBareme").val("0");
|
||||
// On force l'affichage de l'historique pour montrer la nouvelle ligne
|
||||
$("#div_bareme").show();
|
||||
$("#span_bareme").removeClass('fa-chevron-down').addClass('fa-chevron-up');
|
||||
//$("#span_bareme").removeClass('fa-chevron-down').addClass('fa-chevron-up');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<span id="detailbareme" ><?= "(".$nbdetail.")"; ?></span>
|
||||
<span id="detailbareme" ><?= "(".$nbdetail.")"; ?></span>
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<button class="nav-link small fw-bold text-uppercase" id="history-tab" data-bs-toggle="tab" data-bs-target="#history-zone" type="button" onclick="afficherDetailBareme();">
|
||||
<i class="fas fa-history me-1"></i> <?= _("Historique des taux") ?>
|
||||
<i class="fas fa-history me-1"></i> <?= _("Historique") ?><span id="detailbareme" ><?= " (".$nbdetail.")"; ?></span>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
|
||||
/* Style des lignes d'historique injectées */
|
||||
#div_bareme table {font-size: 0.85rem;width: 100%;}
|
||||
|
||||
|
||||
.lbl-saas { font-size: 10px; font-weight: 700; color: #6c757d; text-transform: uppercase; margin-bottom: 4px; display: block; }
|
||||
.nav-tabs .nav-link { border: none; color: #6c757d; padding: 10px 15px; }
|
||||
.nav-tabs .nav-link.active { color: #0d6efd; border-bottom: 2px solid #0d6efd; background: none; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user