diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig deleted file mode 100644 index 6ebf10d..0000000 --- a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig +++ /dev/null @@ -1,69 +0,0 @@ -% layout 'AdminLTE' , title => "Sme server 2 - login"; - -% content_for 'module' => begin - -
- - %if ( config 'debug' ) { -

- %= dumper $c->current_route - %if ( stash 'trt' ) { - %= dumper stash 'trt' - %} -

- %} - -% if ( stash 'error' ) { -
- %= $c->render_to_string(inline => stash 'error') -
-%} - -% my $btn = l('use_SIGNIN'); -% if ( $trt eq 'RESET' ) { -

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

- % $btn = l('use_RESET'); -%} - -

- %=l 'use_TITLE' -

- - %= form_for '/login' => (method => 'POST') => begin - -

- %=l 'USER_NAME' - - %= text_field 'Username' -

- -% if ( $trt ne 'RESET' ) { -

- %=l 'PASSWORD' - - %= password_field 'Password', id => "", autocomplete => 'current-password', class=>"" - % if (config 'hasJquery') { - %# Visible - % } -

-%} - - %= hidden_field 'From' => $c->tx->req->url - %= hidden_field 'Trt' => $trt - -
-
- %= submit_button "$btn", class => "" -
- %if ( config 'pwdreset' ) { -
- %=l 'use_FORGOT' -
- %} - - % end - -
-%end \ No newline at end of file diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep index 949bed6..bdb1735 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep @@ -8,7 +8,10 @@
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 2a805f5..b80f583 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 5 +%define release 6 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} @@ -26,11 +26,15 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Wed Apr 16 2025 John Crisp 11.0.0-6.sme +- Remove old template +- Update breadcrumbs + * Wed Apr 16 2025 John Crisp 11.0.0-5.sme - Fix Remote Access remove network * Wed Apr 16 2025 John Crisp 11.0.0-4.sme -- More template cleanign +- More template cleaning - Fix Password syntax errors * Tue Apr 15 2025 John Crisp 11.0.0-3.sme