Update mobile registration menu labels and enhance SQL entries for V2

This commit modifies the mobile registration menu labels to reflect the new versioning, changing the text to "Gestion des inscriptions V2" in French and "Registration management V2" in English. Additionally, it introduces a new function, `fxInscrMobilePromoteurMenuLabel`, to standardize the label retrieval process. The icon for the mobile registration link is also updated to improve visual consistency across the interface.
This commit is contained in:
2026-06-19 12:43:54 -04:00
parent 460d5df27f
commit d5fdb227dd
5 changed files with 17 additions and 5 deletions

View File

@ -264,7 +264,7 @@ if ($intEveId != 0) {
<li class="nav-item">
<a class="nav-list"
href="<?php echo $vDomaine; ?>/compte/inc_tableau_inscriptions_mobile?promoteur_eve_id=<?php echo urlencode(base64_encode($intEveId)); ?>&amp;lng=<?php echo $strLangue; ?>">
<i class="fa fa-mobile" aria-hidden="true"></i> <?php echo afficheTexte('tableau_promoteur_menu_inscriptions_mobile', 0); ?>
<i class="fa fa-users" aria-hidden="true"></i> <?php echo htmlspecialchars(fxInscrMobilePromoteurMenuLabel(), ENT_QUOTES, 'UTF-8'); ?>
</a>
</li>
<?php } ?>