--- loncom/interface/lonmenu.pm 2006/07/10 22:34:36 1.194 +++ loncom/interface/lonmenu.pm 2006/07/14 16:46:36 1.195 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.194 2006/07/10 22:34:36 banghart Exp $ +# $Id: lonmenu.pm,v 1.195 2006/07/14 16:46:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -237,6 +237,13 @@ ENDCRELOAD if ($env{'user.adv'}) { $remote = ''.$lt{'launch'}.'' } + my $helptopic='Student_Intro'; + if ($env{'request.role'}=~/^(ca|au)/) { + $helptopic='Authoring_Intro'; + } elsif ($env{'request.role'}=~/^cc/) { + $helptopic='Course_Coordination_Intro'; + } + my $helplink=&Apache::loncommon::help_open_topic($helptopic,'Help'); return (< // BEGIN LON-CAPA Internal @@ -246,6 +253,8 @@ $utility + $reloadlink $navmaps @@ -253,8 +262,8 @@ $docs $groups $remote - - + +
$lt{'main'}$lt{'roles'}$lt{'exit'}$helplink$lt{'exit'}
$form