1 |
brianr |
1.1 |
diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Logout.pm smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Logout.pm |
2 |
|
|
--- smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Logout.pm 2024-02-24 11:54:50.031658422 +0000 |
3 |
|
|
+++ smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Logout.pm 2024-02-24 11:38:00.000000000 +0000 |
4 |
|
|
@@ -4,6 +4,7 @@ |
5 |
|
|
# heading : Current User |
6 |
|
|
# description : Logout |
7 |
|
|
# navigation : 1000 900 |
8 |
|
|
+# menu : U |
9 |
|
|
# |
10 |
|
|
# routes : end |
11 |
|
|
#---------------------------------------------------------------------- |
12 |
|
|
diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Review.pm smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Review.pm |
13 |
|
|
--- smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Review.pm 2024-02-24 11:54:50.036658569 +0000 |
14 |
|
|
+++ smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Review.pm 2024-02-24 11:52:00.000000000 +0000 |
15 |
|
|
@@ -1,16 +1,16 @@ |
16 |
|
|
package SrvMngr::Controller::Review; |
17 |
|
|
|
18 |
|
|
#---------------------------------------------------------------------- |
19 |
|
|
-# heading : Investigation |
20 |
|
|
+# heading : Support |
21 |
|
|
# description : Review configuration |
22 |
|
|
-# navigation : 7000 400 |
23 |
|
|
-# |
24 |
|
|
-# |
25 |
|
|
+# navigation : 000 500 |
26 |
|
|
+# menu : N |
27 |
|
|
# routes : end |
28 |
|
|
#---------------------------------------------------------------------- |
29 |
|
|
# heading-o : Configuration |
30 |
|
|
# description-o : Review configuration |
31 |
|
|
# navigation-o : 6000 6800 |
32 |
|
|
+ |
33 |
|
|
#---------------------------------------------------------------------- |
34 |
|
|
use strict; |
35 |
|
|
use warnings; |
36 |
|
|
diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Userpassword.pm smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Userpassword.pm |
37 |
|
|
--- smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Userpassword.pm 2024-02-24 11:54:50.037658598 +0000 |
38 |
|
|
+++ smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Userpassword.pm 2024-02-24 11:39:00.000000000 +0000 |
39 |
|
|
@@ -4,6 +4,7 @@ |
40 |
|
|
# heading : Current User |
41 |
|
|
# description : Change password |
42 |
|
|
# navigation : 1000 250 |
43 |
|
|
+# menu : U |
44 |
|
|
# |
45 |
|
|
# routes : end |
46 |
|
|
#---------------------------------------------------------------------- |
47 |
|
|
diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/partials/_user_menu.html.ep smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/partials/_user_menu.html.ep |
48 |
|
|
--- smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/partials/_user_menu.html.ep 2024-02-24 11:54:50.040658686 +0000 |
49 |
|
|
+++ smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/partials/_user_menu.html.ep 2024-02-24 11:49:00.000000000 +0000 |
50 |
|
|
@@ -2,8 +2,7 @@ |
51 |
|
|
% my %nav = %{SrvMngr->getNavigation( $c->languages(), 'U' )}; |
52 |
|
|
|
53 |
|
|
<div id='usermenu'> |
54 |
|
|
- <a href='#' id='toguser' class='menu-title'> |
55 |
|
|
- <!-- Hello <%= session 'username' %></a> --> |
56 |
|
|
+ <a href='#' id='toguser' class='section section-title'>Current User (<%= session 'username' %>)</a> |
57 |
|
|
<div id='menuuser'> |
58 |
|
|
% my $cc = 1; |
59 |
|
|
% foreach my $h (sort { ($nav{$a}{'WEIGHT'}/$nav{$a}{'COUNT'}) |