From 41502f271e8d8b99865cdc108e02a44aa32724c2 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 10 Apr 2026 09:46:51 +0000 Subject: [PATCH] det --- Bootstrap_new/css/theme-modern.css | 12 ++++++++++++ Js/fonctions.js | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index a900ef37..f5ed34ac 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -891,6 +891,18 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { border-color: var(--color-primary) !important; } +/* Style pour des boutons de pagination iconographiques */ +.dataTables_paginate .paginate_button { + min-width: 32px; + height: 32px; + padding: 5px !important; + text-align: center; + font-weight: bold; + display: inline-flex; + align-items: center; + justify-content: center; +} + /* ============================================================ INTER SANTÉ — THEME NEUTRAL PRO v2026 diff --git a/Js/fonctions.js b/Js/fonctions.js index e71457ff..3526d819 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92344,10 +92344,10 @@ function initSmartTable(selector = '.datatable-inter', pageTitle = 'Export Donn "searchPlaceholder": "Rechercher...", // Surcharge des libellés de pagination après le chargement du fichier JSON "paginate": { - "first": "|◄", - "last": "►|", - "next": "►", - "previous": "◄" + "first": '', + "last": '', + "next": '', + "previous": '' } }, "pageLength": 10,