34 |
{ |
{ |
35 |
diff -ruN smeserver-userpanel-1.1/root/etc/e-smith/web/functions/userpanel-navigation smeserver-userpanel-1.1-4/root/etc/e-smith/web/functions/userpanel-navigation |
diff -ruN smeserver-userpanel-1.1/root/etc/e-smith/web/functions/userpanel-navigation smeserver-userpanel-1.1-4/root/etc/e-smith/web/functions/userpanel-navigation |
36 |
--- smeserver-userpanel-1.1/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-22 19:08:39.000000000 +0400 |
--- smeserver-userpanel-1.1/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-22 19:08:39.000000000 +0400 |
37 |
+++ smeserver-userpanel-1.1-4/root/etc/e-smith/web/functions/userpanel-navigation 2015-10-17 15:06:35.939945353 +0400 |
+++ smeserver-userpanel-1.1-4/root/etc/e-smith/web/functions/userpanel-navigation 2015-10-18 23:02:17.403367888 +0400 |
38 |
@@ -141,6 +141,8 @@ |
@@ -141,6 +141,8 @@ |
39 |
my $acctName = $ENV{'REMOTE_USER'}; |
my $acctName = $ENV{'REMOTE_USER'}; |
40 |
my @adminpanels; |
my @adminpanels; |
53 |
|
|
54 |
push @{ $nav {$heading} {'DESCRIPTIONS'} }, |
push @{ $nav {$heading} {'DESCRIPTIONS'} }, |
55 |
{ DESCRIPTION => $description, |
{ DESCRIPTION => $description, |
56 |
|
@@ -327,7 +329,7 @@ |
57 |
|
{ |
58 |
|
if ( $NO_FRAMES ) |
59 |
|
{ |
60 |
|
- my $href = "/user" . |
61 |
|
+ my $href = "/$UserAlias" . |
62 |
|
$unsorteddescriptions [$i]->{'FILENAME'}; |
63 |
|
print $q->li ($q->a ({href => "$href?noframes=1"}, $unsorteddescriptions [$i]->{'DESCRIPTION'})); |
64 |
|
} |