From 9a9e86ae03d5df0b73035d3f3d5c0220ec558831 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sun, 14 Dec 2025 22:35:39 -0500 Subject: [PATCH] Able to indcate selected colunm, by background change --- www/coloration.js | 2 +- www/gesdis.php | 3 ++- www/lvlmai.php | 6 ++++-- www/translations.js | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www/coloration.js b/www/coloration.js index baba211..1468c03 100644 --- a/www/coloration.js +++ b/www/coloration.js @@ -10,7 +10,7 @@ const limitSelect = document.getElementById("limitSelect"); // Header click pour multi-colonnes document.querySelectorAll(".filter-col").forEach(th=>{ th.addEventListener("click",()=>{ - const col = th.dataset.col; + const col = th.getAttribute("trkey"); if (columns.includes(col)){ columns = columns.filter(c=>c!==col); th.classList.remove("active"); diff --git a/www/gesdis.php b/www/gesdis.php index b6336e0..2ed3dfe 100644 --- a/www/gesdis.php +++ b/www/gesdis.php @@ -186,6 +186,7 @@ $STR = <<Mailleur WEB Interface +