Refactor user permissions handling and enhance menu functionality with collapsible headers

This commit is contained in:
“VeLiTi”
2026-01-21 12:48:46 +01:00
parent 18469fe958
commit aeda4e4cb9
14 changed files with 349 additions and 80 deletions

View File

@@ -476,7 +476,7 @@ $view .= '<div class="content-block">
if ($update_allowed === 1){
$view .='<a href="index.php?page=firmwaretool&equipmentID='.$responses->equipmentID.'" class="btn">'.$button_firmware.'</a>';
$view .='<a href="index.php?page=softwaretool" class="btn">'.$button_firmware.'</a>';
}
$view .='</div>';