diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yum.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yum.html.ep
index fa86833..62117c1 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yum.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yum.html.ep
@@ -5,117 +5,141 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
-
+
<%= $title%>
% if ( $notif ) {
-
-
- %= $notif
-
- %}
+
+
+ <%= $notif %>
+
+
+ % }
% if ( $c->is_empty('updates') ) {
-
-
- %=l 'yum_TITLE_UPTODATE'
-
- %=l 'yum_DESC_UPTODATE'
-
-
- %}
+
+
+
<%=l 'yum_TITLE_UPTODATE' %>
+
+ <%=l 'yum_DESC_UPTODATE' %>
+
+
+ % }
% if ( $c->non_empty('updates') ) {
-
-
-
- %=l 'yum_TITLE_UPDATES_AVAILABLE'
-
- %=l 'yum_DESC_UPDATES_AVAILABLE'
-
-
+
+
+
<%= l 'yum_TITLE_UPDATES_AVAILABLE' %>
+ <%= l 'yum_DESC_UPDATES_AVAILABLE' %>
+
+
- %= form_for 'yum' => (method => 'POST') => begin
- %= hidden_field 'trt' => 'UPDT'
- %= submit_button $c->l('yum_BUTTON_INSTALL_UPDATES'), class => ""
- % end
- %}
+
+ % }
% if ( $c->non_empty('available') ) {
- %= form_for 'yum' => (method => 'POST') => begin
-
- %= hidden_field 'trt' => 'INST'
- %= submit_button $c->l('yum_BUTTON_INSTALL_AVAILABLE'), class => ""
- % end
- %}
+
+ % }
% if ( $c->non_empty('installed') ) {
- %= form_for 'yum' => (method => 'POST') => begin
-
- %= hidden_field 'trt' => 'REMO'
- %= submit_button $c->l('yum_BUTTON_REMOVE'), class => ""
- % end
- %}
+
+
+
- %= form_for 'yum' => (method => 'POST') => begin
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yumconfig.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yumconfig.html.ep
index 5023cc0..686a8fb 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yumconfig.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yumconfig.html.ep
@@ -5,105 +5,157 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
-
+
+
<%= $title%>
% if ( $notif ) {
-
-
- %= $notif
-
- %}
+
+
+ <%= $notif %>
+
+
+ % }
- %= form_for 'yumd' => (method => 'POST') => begin
-
-
- %=l 'yum_LABEL_YUM_STATUS'
-
-
- % param 'yum_check4updates' => $c->get_status('check4updates') unless param 'yum_check4updates';
- %= select_field 'yum_check4updates' => $c->get_check_freq_opt()
-
-
+
+
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yuminstall.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yuminstall.html.ep
index 2dea9d0..f70fd2c 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yuminstall.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yuminstall.html.ep
@@ -5,61 +5,79 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
-
+
<%= $title%>
% if ( $notif ) {
-
-
- %= $notif
-
- %}
-
+
+
+ <%= $notif %>
+
+
+ % }
- %= form_for 'yumd' => (method => 'POST') => begin
+
- % end
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yumlogfile.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yumlogfile.html.ep
index 84afe34..c3362a6 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yumlogfile.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yumlogfile.html.ep
@@ -9,35 +9,39 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
-
+
<%= $title%>
% if ( $notif ) {
+
+
+ <%= $notif %>
+
+
+ % }
+
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yumremove.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yumremove.html.ep
index 5fc6f97..8450aa3 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yumremove.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yumremove.html.ep
@@ -1,62 +1,84 @@
-% layout 'AdminLTE', title => "Sme server 2 - yum_update";
+% layout 'AdminLTE', title => "Sme server 2 - yum_remove";
% content_for 'module' => begin
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
<%= $title%>
-
% if ( $notif ) {
-
- %= $notif
-
- %}
+
+
+ <%= $notif %>
+
+
+ % }
- %= form_for 'yumd' => (method => 'POST') => begin
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep
index ebc3b7f..8de6c6a 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep
@@ -5,43 +5,52 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $yum_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $yum_datas %>
+
% }
<%= $title%>
% if ( $notif ) {
-
- %= $notif
-
- %}
+
+
+ <%= $notif %>
+
+ % }
- %= form_for 'yumd' => (method => 'POST') => begin
+
- % end
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec
index 9426c0e..053c52f 100644
--- a/smeserver-manager-AdminLTE.spec
+++ b/smeserver-manager-AdminLTE.spec
@@ -1,6 +1,7 @@
%define name smeserver-manager-AdminLTE
%define version 11.0.0
-%define release 41
+%define release 42
+
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name}
Version: %{version}
@@ -28,6 +29,9 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog
+* Thu Jun 26 2025 John Crisp