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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user