From fd25dacaee9669a9202136dec59e9c1559f7d92a Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 21 Jul 2026 11:30:45 -0400 Subject: [PATCH] =?UTF-8?q?MSIN-4467=20=E2=80=94=20Update=20CSS=20for=20bi?= =?UTF-8?q?b=20tool=20navigation=20layout,=20modifying=20grid=20structure?= =?UTF-8?q?=20for=20improved=20responsiveness.=20Enhance=20JavaScript=20lo?= =?UTF-8?q?gic=20to=20include=20additional=20tools=20in=20operations=20sec?= =?UTF-8?q?tion.=20Remove=20deprecated=20navigation=20elements=20from=20th?= =?UTF-8?q?e=20PHP=20rendering=20function.=20Increment=20version=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 +------ js/v2/bib-assignments.js | 2 +- php/inc_fx_promoteur.php | 6 ++---- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index c6fdef5..93423bf 100644 --- a/css/style.css +++ b/css/style.css @@ -1230,8 +1230,7 @@ ul.ms1-menu-compte li a:hover, ul.ms1-menu-compte li a:active { } #module-bib .bib-tool-nav--operations{ - grid-template-columns:minmax(0, 1fr); - max-width:520px; + grid-template-columns:repeat(3, minmax(0, 1fr)); } #module-bib .bib-tool-nav--settings{ @@ -1244,10 +1243,6 @@ ul.ms1-menu-compte li a:hover, ul.ms1-menu-compte li a:active { margin-top:auto; } -#module-bib .bib-tool-nav--group-bibs{ - grid-template-columns:repeat(2, minmax(0, 1fr)); -} - #module-bib .bib-tool-btn:nth-child(4){ grid-column:1; } diff --git a/js/v2/bib-assignments.js b/js/v2/bib-assignments.js index 85c57a6..05ac841 100644 --- a/js/v2/bib-assignments.js +++ b/js/v2/bib-assignments.js @@ -540,7 +540,7 @@ if (toolId === 'event_config') { return 'settings'; } - if (toolId === 'global_batch') { + if (toolId === 'global_batch' || toolId === 'anomalies' || toolId === 'dist_print') { return 'operations'; } return 'preparation'; diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index b9efd7a..1607732 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -4871,10 +4871,6 @@ function renderBibPreparationOverview(array $tabEpreuves, $strAnomBadges = '') { - @@ -4995,6 +4991,8 @@ function renderBibToolNav($int_eve_id, $tabEpreuves, $strLangue = 'fr') { + +