--- loncom/interface/lonmenu.pm 2006/05/08 19:32:09 1.178 +++ loncom/interface/lonmenu.pm 2006/05/08 22:30:56 1.179 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.178 2006/05/08 19:32:09 albertel Exp $ +# $Id: lonmenu.pm,v 1.179 2006/05/08 22:30:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -228,7 +228,10 @@ ENDCRELOAD my $form=&serverform(); my $utility=&utilityfunctions(); my $logo=&Apache::loncommon::lonhttpdurl("/adm/lonIcons/minilogo.gif"); - + my $remote; + if ($env{'user.adv'}) { + $remote = ''.$lt{'launch'}.'' + } return (< // BEGIN LON-CAPA Internal @@ -243,7 +246,7 @@ $reloadlink $navmaps $docs $groups -$lt{'launch'} +$remote $lt{'roles'} $lt{'exit'} LogoLON-CAPA