Bump AdminLTE to 4.7.0 to fix print issues

This commit is contained in:
johnnyq
2026-08-18 18:16:49 -04:00
parent 858acbcd30
commit fc5dc82c29
7 changed files with 865 additions and 201 deletions

View File

@@ -11,7 +11,7 @@ header("X-Frame-Options: DENY");
<!DOCTYPE html>
<?php /* data-color-scheme is FullCalendar v7's own switch - its themes ship a
dark palette keyed on [data-color-scheme=dark] that nothing was turning on */ ?>
<html lang="en"<?php if ($user_config_theme_dark) echo ' data-bs-theme="dark" data-color-scheme="dark"'; ?>>
<html lang="en"<?php if ($user_config_theme_dark) echo ' data-bs-theme="dark" data-color-scheme="dark"'; ?> data-lte-print="plain">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">