MSIN-4473 — Update promoteur hub link styles to align with button design by adding border-radius. Increment version code to 4.72.862.

This commit is contained in:
2026-07-22 11:29:01 -04:00
parent ad57a54407
commit 9143f7a967
3 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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 .= '<li class="mb-2">';
$html .= '<a class="btn btn-outline-primary btn-block text-left rounded-0" href="' . fxPromoteurHubEsc($arrLink['url']) . '"' . $strTarget . '>';
$html .= '<a class="btn btn-outline-primary btn-block text-left promoteur-hub-link" href="' . fxPromoteurHubEsc($arrLink['url']) . '"' . $strTarget . '>';
$html .= '<i class="fa ' . fxPromoteurHubEsc($strIcon) . ' mr-2" aria-hidden="true"></i>' . fxPromoteurHubEsc($arrLink['label']);
$html .= '</a></li>';
}

View File

@ -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');