Merge branch 'development'

#Conflicts:
#	.DS_Store
This commit is contained in:
“VeLiTi”
2025-12-16 11:45:13 +01:00
99 changed files with 3989 additions and 674 deletions

View File

@@ -36,7 +36,7 @@ if (isset($_GET['equipmentID'])){$returnpage = 'equipment&equipmentID='.$_GET['e
if (isAllowed('dashboard',$_SESSION['profile'],$_SESSION['permission'],'R') != 0){
$view .= '
<div class="content-header responsive-flex-column pad-top-5">
<a href="index.php?page='.$returnpage.'" class="btn">'.$button_cancel.'</a>
<a href="index.php?page='.$returnpage.'" class="btn"></a>
</div>
';
}