diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/layouts/AdminLTE.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/layouts/AdminLTE.html.ep
index 87ce22a..0c6313b 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/layouts/AdminLTE.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/layouts/AdminLTE.html.ep
@@ -12,6 +12,7 @@
%= content_for 'head_contrib'
+
% if (config 'hasJquery') {
%= include 'partials/_js_imports'
%= include 'common_js'
@@ -28,9 +29,6 @@
%= include 'partials/_nutups_overrides'
% }
-
-
-
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 b5a5804..cd2abbc 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,7 +1,6 @@
-
% if ( $c->is_logged_in && $c->is_admin) {
SME Server <%= session 'releaseVersion' %>-<%= $c->app->VERSION %> Manager II
% my $mode;
@@ -10,5 +9,4 @@
% }
Copyright 1999-2006 Mitel Corporation
%= session 'copyRight'
- Copyright (c) 2013-2024 Koozali Foundation Inc.
-
\ No newline at end of file
+ Copyright (c) 2013-2024 Koozali Foundation Inc.
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_swt_theme.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_swt_theme.html.ep
index 5024d79..e5aa1fa 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_swt_theme.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_swt_theme.html.ep
@@ -1,40 +1,34 @@
-
- % my $btn = l('swt_THEME');
- %= form_for $c->url_for('swttheme') => (method => 'POST') => begin
- % my $value = $c->session->{'CurrentTheme'};
- % $value = session 'CurrentTheme';
+
-
-
-
-
-
-%# my $value = $c->session->{'CurrentTheme'};
+% my $value = $c->session->{'CurrentTheme'};
% $value = session 'CurrentTheme';
% my $formUrl = $c->url_for('swttheme');
% param 'Theme' => $value unless param 'Theme';
-% my @themes = $c->theme_list();
+
+%# my @themes = $c->theme_list();
+
+%#= dumper $c
+
+%#= my $size = keys ($c->theme_list)
+
+% my @themeList = $c->theme_list();
+%# = dumper @themeList
+% my @themes = $themeList[0];
+% param 'Theme' => $value unless param 'Theme';
+
+
+
+
+
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_usr_upds.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_usr_upds.html.ep
index 45795cd..c6e1816 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_usr_upds.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_usr_upds.html.ep
@@ -1,3 +1,99 @@
+% content_for 'module' => begin
+
+