--- rpms/smeserver-userpanel/contribs9/smeserver-userpanel-1.1.bz9093.user_alias.patch 2015/10/17 18:24:32 1.1 +++ rpms/smeserver-userpanel/contribs9/smeserver-userpanel-1.1.bz9093.user_alias.patch 2015/10/18 19:45:24 1.2 @@ -34,7 +34,7 @@ diff -ruN smeserver-userpanel-1.1/root/e { 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 --- smeserver-userpanel-1.1/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-22 19:08:39.000000000 +0400 -+++ 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 @@ -141,6 +141,8 @@ my $acctName = $ENV{'REMOTE_USER'}; my @adminpanels; @@ -53,3 +53,12 @@ diff -ruN smeserver-userpanel-1.1/root/e push @{ $nav {$heading} {'DESCRIPTIONS'} }, { DESCRIPTION => $description, +@@ -327,7 +329,7 @@ + { + if ( $NO_FRAMES ) + { +- my $href = "/user" . ++ my $href = "/$UserAlias" . + $unsorteddescriptions [$i]->{'FILENAME'}; + print $q->li ($q->a ({href => "$href?noframes=1"}, $unsorteddescriptions [$i]->{'DESCRIPTION'})); + }