diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_footer.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_footer.html.ep index 87f0ce4..b5a5804 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_footer.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_footer.html.ep @@ -1,14 +1,14 @@ -
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/review.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/review.html.ep
index 4134802..69384ed 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/review.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/review.html.ep
@@ -1,182 +1,32 @@
% layout 'AdminLTE', title => 'Sme server 2 - Review';
% content_for 'module' => begin
-
- <%= $title %>- <%= $modul %>- %= form_for 'review' => begin - - %=l 'rvw_NETWORKING_PARAMS' - +%#= include 'partials/_panel_card_top' +%#= include 'partials/_panel_card_header' + + +
+
+
+%#= include 'partials/_panel_card_footer'
+%#= include 'partials/_panel_card_bottom'
+
% end
\ No newline at end of file
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec
index b80f583..2e9eb51 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 6
+%define release 7
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name}
Version: %{version}
@@ -26,6 +26,10 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog
+* Thu Apr 17 2025 John Crisp <%= $title %>+ + %= $modul + + % if (config->{debug} == 1) {- - %=l 'rvw_SERVER_MODE' - - %= $rvw_datas->{servermode} + %= dumper $c->current_route + %= dumper $rvw_datas - -- - %=l 'rvw_LOCAL_IP_ADDRESS_SUBNET_MASK' - - %= $rvw_datas->{localip} - - - % if ( $rvw_datas->{publicip} ) { -- %=l 'rvw_INTERNET_VISIBLE_ADDRESS' - - %= $rvw_datas->{publicip} - % } - -- - %=l 'rvw_GATEWAY' - - %= $rvw_datas->{gateway} - %= $rvw_datas->{serveronly} - - --
-
- - %=l 'rvw_SERVER_NAMES' - - - - - %=l 'rvw_DNS_SERVER' - - %= $rvw_datas->{dnsserver} - - -- - %=l 'rvw_WEB_SERVER' - - %= $rvw_datas->{webserver} - - -- - %=l 'rvw_PROXY_SERVER' - - %= $rvw_datas->{proxyserver} - - -- - %=l 'rvw_FTP_SERVER' - - %= $rvw_datas->{ftpserver} - - -- - %=l 'rvw_SMTP_POP_AND_IMAP_MAIL_SERVERS' - - %= $rvw_datas->{smtpserver} - - -- - %=l 'rvw_DOMAIN_INFORMATION' - - - - - - %=l 'rvw_PRIMARY_DOMAIN' - - %= $rvw_datas->{domainname} - - - --
- - %=l 'rvw_PRIMARY_WEB_SITE' - - %= $rvw_datas->{primarywebsite} - - -- - %=l 'rvw_SERVER_MANAGER' - - %= $rvw_datas->{servermanager} - - -- - %=l 'rvw_USER_PASSWORD_PANEL' - - %= $rvw_datas->{usermanager} - - --
|
---|