f
This commit is contained in:
parent
401f316379
commit
53834e6c70
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user