Add functionality to render a full account link in the mobile interface for users with extended permissions. Implement new functions to determine visibility and URL for the link, enhancing user navigation to the dashboard or account page. Update styles for the new button and increment version code to 4.72.787, aligning with MSIN-4401 requirements for improved event management functionality.

This commit is contained in:
2026-07-13 13:19:08 -04:00
parent 2970007d2b
commit ec15b07f21
4 changed files with 79 additions and 1 deletions

View File

@ -104,6 +104,9 @@ require_once('inc_header.php');
echo fxMessage($_SESSION['msg'], '', $strLangue);
}
// MSIN-4401 — Sortie vers hub / Mon compte (si droits plus larges).
fxInscrGestionRenderFullAccountLink($strLangue);
if ($intEveId === 0) {
if (count($tabEveIds) === 0) {
echo '<div class="alert alert-warning" role="alert">';