This commit is contained in:
KONE SOREL 2026-01-06 10:41:40 +00:00
parent 401f316379
commit 53834e6c70
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<div class="table-responsive shadow-sm rounded border animate__animated animate__fadeIn">
<table class="table table-hover align-middle mb-0" style="font-size: 0.85rem;">
<table class="table table-hover align-middle mb-0 tabliste compact" style="font-size: 0.85rem;">
<thead class="table-light text-secondary">
<tr>
<th class="text-center border-0 py-3"><?= _("Date Effet") ?></th>

View File

@ -39,14 +39,10 @@
<div class="col-md-2">
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
<button type="button" class="btn btn-primary px-4 shadow-sm fw-bold" onclick="liste_mouvemements_assures();">
<i class="fas fa-sync-alt me-2"></i>
</button>
<button type="button" class="btn btn-outline-success shadow-sm" onclick="exportMouvements();" title="Exporter en Excel">
<i class="fas fa-file-excel"></i>
<i class="fas fa-sync-alt me-2"><?= _("Actualiser") ?></i>
</button>
</div>
</div>
</div>
</div>
</div>