Finetuning software updates, general UI improvements

This commit is contained in:
“VeLiTi”
2026-01-13 14:35:16 +01:00
parent 0d3724395a
commit a0e1d386ad
46 changed files with 317 additions and 120 deletions

View File

@@ -86,7 +86,7 @@ $view ='
<a href="index.php?page=dasboard" class="btn alt mar-right-2">←</a>
';
if ($update_allowed === 1 && $_SESSION['permission'] != 0){
$view .= '<input type="submit" name="submit" value="💾+" class="btn">';
$view .= '<input type="submit" name="submit" value="💾" class="btn">';
}
$view .= '</div>';