diff --git a/root/usr/share/smanager/themes/default/templates/yumconfig.html.ep b/root/usr/share/smanager/themes/default/templates/yumconfig.html.ep index 6915ec3..be52d7b 100644 --- a/root/usr/share/smanager/themes/default/templates/yumconfig.html.ep +++ b/root/usr/share/smanager/themes/default/templates/yumconfig.html.ep @@ -79,9 +79,9 @@ %= hidden_field 'trt' => 'CONF'
-
+ %= submit_button $c->l('SAVE'), class => 'action' -
+ % end diff --git a/root/usr/share/smanager/themes/default/templates/yuminstall.html.ep b/root/usr/share/smanager/themes/default/templates/yuminstall.html.ep index 4f51d5c..c92c4ce 100644 --- a/root/usr/share/smanager/themes/default/templates/yuminstall.html.ep +++ b/root/usr/share/smanager/themes/default/templates/yuminstall.html.ep @@ -47,9 +47,9 @@ %= hidden_field 'trt' => 'INST'

-
+ %= submit_button $c->l('yum_INSTALL_SOFTWARE'), class => 'action' -
+ % end diff --git a/root/usr/share/smanager/themes/default/templates/yumpostupg.html.ep b/root/usr/share/smanager/themes/default/templates/yumpostupg.html.ep index bca50e6..1c12b81 100644 --- a/root/usr/share/smanager/themes/default/templates/yumpostupg.html.ep +++ b/root/usr/share/smanager/themes/default/templates/yumpostupg.html.ep @@ -34,9 +34,9 @@ %= hidden_field 'trt' => 'PSTU' %= hidden_field 'reconf' => $yum_datas->{reconf}
-
+ %= submit_button "$btn", class => 'action' -
+ % end diff --git a/root/usr/share/smanager/themes/default/templates/yumremove.html.ep b/root/usr/share/smanager/themes/default/templates/yumremove.html.ep index d9d13ba..ce7b20d 100644 --- a/root/usr/share/smanager/themes/default/templates/yumremove.html.ep +++ b/root/usr/share/smanager/themes/default/templates/yumremove.html.ep @@ -46,9 +46,9 @@ %= hidden_field 'trt' => 'REMO'
-
+ %= submit_button $c->l('REMOVE'), class => 'action' -
+ % end diff --git a/root/usr/share/smanager/themes/default/templates/yumupdate.html.ep b/root/usr/share/smanager/themes/default/templates/yumupdate.html.ep index cb6043e..4a46047 100644 --- a/root/usr/share/smanager/themes/default/templates/yumupdate.html.ep +++ b/root/usr/share/smanager/themes/default/templates/yumupdate.html.ep @@ -33,9 +33,9 @@ %= hidden_field 'trt' => 'UPDT'
-
+ %= submit_button $c->l('yum_INSTALL_UPDATES'), class => 'action' -
+ % end diff --git a/smeserver-manager.spec b/smeserver-manager.spec index 3c02e3a..45fa702 100644 --- a/smeserver-manager.spec +++ b/smeserver-manager.spec @@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 11.0.0 -%define release 16 +%define release 17 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -108,6 +108,9 @@ true %defattr(-,root,root) %changelog +* Thu Aug 22 2024 Brian Read 11.0.0-17.sme +- Left Align Software Install panels Submit button [SME: 12727] + * Wed Aug 21 2024 Brian Read 11.0.0-16.sme - Typo uc DNF changed to lc dnf in Yum.pm [SME: 127245] - Monitor dnf running using dnf status file