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,28 +1,29 @@
% layout 'default', title => 'Sme server 2 - Initial';
% layout 'AdminLTE', title => 'Sme server 2 - Initial';
% content_for 'module' => begin
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
</p>
<p>
%= dumper $c->current_route
</p>
% }
<div id="" class="">
<div>
% if ( stash 'error' ) {
<br><div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
%}
<br>
<div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
% }
<h3>
%= $title
</h3>
<br>
<h3><%= $title %> </h3>
<!-- <h3>template: initial.html.ep</h3> -->
<!-- <H1>Initial AdminLTE</H1> -->
<p>
%= $modul
</p>
</div>
% end