Diff for /loncom/interface/loncommon.pm between versions 1.552 and 1.554

version 1.552, 2007/07/17 23:10:14 version 1.554, 2007/07/25 23:20:38
Line 802  ENDOUTPUT Line 802  ENDOUTPUT
 sub help_open_menu {  sub help_open_menu {
     my ($topic,$component_help,$faq,$bug,$stayOnPage,$width,$height,$text)       my ($topic,$component_help,$faq,$bug,$stayOnPage,$width,$height,$text) 
  = @_;       = @_;    
     &Apache::lonnet::logthis("stayonpage is $stayOnPage");  
     $stayOnPage = 0 if (not defined $stayOnPage);      $stayOnPage = 0 if (not defined $stayOnPage);
     # formerly only used pop-up help (stayOnPage = 0)      # formerly only used pop-up help (stayOnPage = 0)
     # if environment.remote is on (using remote control UI)      # if environment.remote is on (using remote control UI)
Line 2243  sub track_student_link { Line 2242  sub track_student_link {
         $target = '';          $target = '';
     }      }
     if ($start) { $link.='&start='.$start; }      if ($start) { $link.='&start='.$start; }
           $title = &mt($title);
       $linktext = &mt($linktext);
     return qq{<a href="$link" title="$title" $target>$linktext</a>}.      return qq{<a href="$link" title="$title" $target>$linktext</a>}.
  &help_open_topic('View_recent_activity');   &help_open_topic('View_recent_activity');
 }  }

Removed from v.1.552  
changed lines
  Added in v.1.554


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