diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep index d95d824..02dacff 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep @@ -6,8 +6,8 @@ % if (config->{debug} == 1) {
-            <<%=  dumper $c->current_route %>
-            <<%=  dumper $mai_datas %>
+            <%=  dumper $c->current_route %>
+            <%=  dumper $mai_datas %>
         
% } @@ -19,7 +19,7 @@ % } -

<%= $title %>

+

<%= $title %>


diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep index 7b9db30..996c88f 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep @@ -4,37 +4,46 @@
- %if (config->{debug} == 1) { -

- (DBG)route: <%= $c->current_route %>
-

- %} + % if (config->{debug} == 1) { +
+            <%=  dumper $c->current_route %>
+        
+ % } + +

<%= $title %>

-

<%= $title %>


- %= $modul + <%= $modul %> - <% my $btn = l('PERFORM'); %> - %= form_for 'reboot' => (method => 'POST') => begin +
-

- %= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION')) -

+

+ <%= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION')) %> +
- - %=l 'rbo_LABEL_REBOOT' - - - %= select_field 'function' => $c->rebootFunction_list() - -


+
- %= submit_button "$btn", class => "" +
+
+ <%= l 'rbo_LABEL_REBOOT' %> +
+
+ <%= select_field 'function' => $c->rebootFunction_list(), class => "form-select" %> +
+
- % end +
- %= hidden_field 'debug' => '1' + % my $btn = l('PERFORM'); + <%= hidden_field 'debug' => '1' %> + +
+
+ +
+
+
%end \ No newline at end of file diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 8e1e7b3..9cb5bd8 100644 --- a/smeserver-manager-AdminLTE.spec +++ b/smeserver-manager-AdminLTE.spec @@ -1,6 +1,6 @@ %define name smeserver-manager-AdminLTE %define version 11.0.0 -%define release 27 +%define release 28 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} @@ -26,6 +26,9 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Wed Jun 04 2025 John Crisp 11.0.0-28.sme +- Reboot panel done + * Wed Jun 04 2025 John Crisp 11.0.0-27.sme - finish Email panels - Fix login password toggle