Cleanup for AdminLTE

This commit is contained in:
root
2025-04-15 16:30:33 +02:00
parent 8a1922f932
commit 02e63c6403
160 changed files with 3977 additions and 33647 deletions

View File

@@ -1,7 +1,9 @@
% layout 'default', title => "Sme server 2 - module";
% layout 'AdminLTE', title => "Sme server 2 - module";
% content_for 'module' => begin
%= stylesheet '/css/module.css'
<div id="" class="">
% if (config->{debug} == 1) {
<p>
@@ -16,12 +18,12 @@
<%= $c->render_to_string(inline => stash 'error') %>
</div>
% }
<h1><%= $title %></h1>
<div class="">
<%= $c->render_to_string(inline => stash 'modul') %>
</div>
</div>
% end
% end