From 9143f7a967284d53e92eeafabe20067bed1cfd36 Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 22 Jul 2026 11:29:01 -0400 Subject: [PATCH] =?UTF-8?q?MSIN-4473=20=E2=80=94=20Update=20promoteur=20hu?= =?UTF-8?q?b=20link=20styles=20to=20align=20with=20button=20design=20by=20?= =?UTF-8?q?adding=20border-radius.=20Increment=20version=20code=20to=204.7?= =?UTF-8?q?2.862.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ php/inc_fx_promoteur_hub.php | 3 ++- php/inc_settings.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 28fb03f..fe18984 100644 --- a/css/style.css +++ b/css/style.css @@ -6011,6 +6011,11 @@ button.inscr-gestion-list-remis:hover{ padding-top: 1rem; } +/* MSIN-4473 — liens GESTION / RAPPORTS : mêmes coins que #module-bib .bib-tool-btn */ +.promoteur-hub-link { + border-radius: 8px; +} + /* ===== Hub promoteur : resume flash (haut) + tuiles par epreuve (collapse) ===== */ .promoteur-hub-card-row { align-items: stretch; diff --git a/php/inc_fx_promoteur_hub.php b/php/inc_fx_promoteur_hub.php index 7bcd18c..4426116 100644 --- a/php/inc_fx_promoteur_hub.php +++ b/php/inc_fx_promoteur_hub.php @@ -812,8 +812,9 @@ function fxPromoteurHubRenderLinkList($arrLinks, $strDefaultIcon) $strIcon = !empty($arrLink['icon']) ? $arrLink['icon'] : $strDefaultIcon; $strTarget = !empty($arrLink['target']) ? ' target="' . fxPromoteurHubEsc($arrLink['target']) . '"' : ''; + // MSIN-4473 — coins alignés sur les tuiles outils dossards (border-radius 8px) $html .= '
  • '; - $html .= ''; + $html .= ''; $html .= '' . fxPromoteurHubEsc($arrLink['label']); $html .= '
  • '; } diff --git a/php/inc_settings.php b/php/inc_settings.php index 0566e05..718dd0e 100644 --- a/php/inc_settings.php +++ b/php/inc_settings.php @@ -7,7 +7,7 @@ * Constantes * * **************/ -define('_VERSION_CODE', '4.72.861'); // MSIN-4471 +define('_VERSION_CODE', '4.72.862'); // MSIN-4473 define('_DATE_CODE', '2026-07-22'); //MSIN-4290 define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');