Implement permission inspection features and enhance admin interface

This commit introduces new functions for permission inspection, allowing super admins to toggle and manage access rights more effectively. It adds visual elements for permission badges in the admin interface and updates the sidebar navigation to include a migration section for legacy accounts. Additionally, CSS styles are enhanced for better user experience and clarity. The version code is updated to reflect these changes.
This commit is contained in:
2026-07-01 12:00:22 -04:00
parent 2a5c81ecc3
commit 7bd586b619
12 changed files with 919 additions and 15 deletions

View File

@ -64,6 +64,9 @@ if (isset($_POST['btn_cancel_event_promo'])) {
<?php
fxShowBibTool4($strBibCode, $intEveId, $strLangue);
echo fxEveAccesPermInspectBadge('dossards.manage');
echo ' ';
echo fxEveAccesPermInspectBadge('epreuves.edit_qte');
?>
<link rel="stylesheet" href="<?php echo $vDomaine; ?>/libs/tippy.js-6.3.7/tippy.css">
<script src="<?php echo $vDomaine; ?>/libs/tippy.js-6.3.7/popper.min.js"></script>