Diff for /loncom/interface/lonmenu.pm between versions 1.197 and 1.198

version 1.197, 2006/07/18 19:45:15 version 1.198, 2006/07/18 21:55:24
Line 235  ENDCRELOAD Line 235  ENDCRELOAD
  if ($env{'user.adv'}) {   if ($env{'user.adv'}) {
     $remote = '<td><a href="/adm/remote?action=launch&amp;url='.$escurl.'" target="_top">'.$lt{'launch'}.'</a></td>'      $remote = '<td><a href="/adm/remote?action=launch&amp;url='.$escurl.'" target="_top">'.$lt{'launch'}.'</a></td>'
  }   }
         my $helptopic='Student_Intro';  
         if ($env{'request.role'}=~/^(ca|au)/) {          my $helplink=&Apache::loncommon::top_nav_help('Help');
     $helptopic='Authoring_Intro';  
  } elsif ($env{'request.role'}=~/^cc/) {  
     $helptopic='Course_Coordination_Intro';  
  }  
         my $helplink=&Apache::loncommon::help_open_topic($helptopic,'Help');  
  return (<<ENDINLINEMENU);   return (<<ENDINLINEMENU);
 <script type="text/javascript">  <script type="text/javascript">
 // BEGIN LON-CAPA Internal  // BEGIN LON-CAPA Internal

Removed from v.1.197  
changed lines
  Added in v.1.198


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>