dr
This commit is contained in:
parent
04b23905fc
commit
27301df7f4
|
|
@ -4,7 +4,7 @@
|
||||||
$superUser = $_SESSION['superUser'];
|
$superUser = $_SESSION['superUser'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="d-flex justify-content-end mb-2 animate__animated animate__fadeIn">
|
<div class="d-flex justify-content-start mb-2 animate__animated animate__fadeIn">
|
||||||
<div class="badge bg-light text-primary border px-3 py-2 shadow-sm" style="border-radius: var(--radius-md);">
|
<div class="badge bg-light text-primary border px-3 py-2 shadow-sm" style="border-radius: var(--radius-md);">
|
||||||
<i class="fas fa-list-ul me-2"></i><?= _("Total") ?> : <span class="fw-bold"><?= $nbreAffiche ?></span> <?= _("lignes") ?>
|
<i class="fas fa-list-ul me-2"></i><?= _("Total") ?> : <span class="fw-bold"><?= $nbreAffiche ?></span> <?= _("lignes") ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
<script>
|
<script>
|
||||||
// Comme cette vue est chargée en AJAX, on réinitialise DataTables ici
|
// Comme cette vue est chargée en AJAX, on réinitialise DataTables ici
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
const titreExport = "<?= _('Tableau_des_tranches_accessoires') ?>";
|
const titreExport = "<?= _('Tableau des tranches accessoires') ?>";
|
||||||
initSmartTable('#tableLister', titreExport, [1, 'asc']);
|
initSmartTable('#tableLister', titreExport, [1, 'asc']);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -32,10 +32,3 @@
|
||||||
.datatable-inter.compact tbody td { padding: 12px 8px !important; }
|
.datatable-inter.compact tbody td { padding: 12px 8px !important; }
|
||||||
.datatable-inter.compact thead th { font-size: 0.75rem; letter-spacing: 0.5px; }
|
.datatable-inter.compact thead th { font-size: 0.75rem; letter-spacing: 0.5px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(document).ready(function() {
|
|
||||||
// Initialisation de la SmartTable avec export PDF Landscape 100%
|
|
||||||
initSmartTable('.datatable-inter', '<?= _("Grille_des_accessoires") ?>', [0, 'asc']);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
Loading…
Reference in New Issue
Block a user