Update AdminLTE to 4.0.0-rc4

This commit is contained in:
John Crisp 2025-07-23 16:16:54 +02:00
parent 64de86dcf7
commit 8e17b87a2f
13 changed files with 1945 additions and 1047 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -206,7 +206,7 @@
<div id="adminlte-version"></div>
%# Specific panel js code
%# Specific panel general js code
% $controller = stash('controller');
% if ($controller) {
% my $js_path = "js/$controller.js";
@ -216,6 +216,17 @@
% }
% }
%# Specific panel general js code
% $controller = stash('controller');
% if ($controller) {
% my $js_path = "smanager/koozali/$controller.js";
%# Use the url_for helper to generate the correct static file URL
% if (app->static->file($js_path)) {
<script src="<%= url_for("smanager/koozali/$js_path") %>"></script>
% }
% }
</body>
</html>