From c791d44ac0909a5229f7e7988d0e2e18b8340b0d Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 17 Jun 2026 11:48:16 -0400 Subject: [PATCH] Update event management UI and documentation with new styles and translations This commit modifies the CSS for the event management block, changing its display properties to enhance visibility. The PHP files have been updated to reflect these changes, including the introduction of new translations for the event management section. Additionally, the version code has been incremented to 4.72.642 to reflect these updates. This aims to improve user experience and accessibility in managing race parameters and statistics. --- css/style.css | 3 +- php/inc_fx_promoteur.php | 9 +- php/inc_settings.php | 2 +- sql/MSIN-4379-bib_v4-traductions.sql | 8 +- sql/MSIN-doc-bib_assignment-complet.sql | 245 +++++++++++++++++++++++- sql/MSIN-doc-bib_gestion.sql | 115 +++++++++++ 6 files changed, 362 insertions(+), 20 deletions(-) create mode 100644 sql/MSIN-doc-bib_gestion.sql diff --git a/css/style.css b/css/style.css index d72078b..4456e61 100644 --- a/css/style.css +++ b/css/style.css @@ -1049,7 +1049,8 @@ ul.ms1-menu-compte li a:hover, ul.ms1-menu-compte li a:active { } .epr-block-gestion{ - display:none; + width:100%; + min-width:0; } .epr-block-assign .epr-content{ diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index e9278ca..027cd03 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -2602,7 +2602,7 @@ function renderBatchConfig($tabBibAssignments, $strLangue = 'fr', $isTeamEpreuve // ============================================================ // MSIN-4379 — Refonte UI assignation dossards v4 (fxShowBibTool4) // Layout 2 colonnes, Tippy.js, clés info / info_aide, en-tête séquences via AJAX. -// Prochaine étape : révéler .epr-block-gestion (quantités épreuve). +// Bloc gestion épreuve : .epr-block-gestion (quantités / paramètres — contenu à compléter). // ============================================================ /** Jeton CSRF du module dossards v4 (session). */ @@ -3077,9 +3077,9 @@ if ($teamMode <= 0) {
- -