Diff for /rat/lonratmenu.pm between versions 1.1 and 1.2

version 1.1, 2004/11/17 18:39:20 version 1.2, 2005/04/07 06:56:27
Line 41  sub handler { Line 41  sub handler {
     $r->print(<$jsh>);      $r->print(<$jsh>);
     my $loaditem = 'onUnload="leave();"';      my $loaditem = 'onUnload="leave();"';
     my $bodytag=&Apache::loncommon::bodytag(undef,undef,$loaditem,      my $bodytag=&Apache::loncommon::bodytag(undef,undef,$loaditem,
                                         ($ENV{'environment.remote'} ne 'off')).                                          ($env{'environment.remote'} ne 'off')).
        &Apache::loncommon::help_open_menu('','Sequence_Advanced_Editor_Creation','Sequence_Advanced_Editor_Creation','',6,'RAT');         &Apache::loncommon::help_open_menu('','Sequence_Advanced_Editor_Creation','Sequence_Advanced_Editor_Creation','',6,'RAT');
     $r->print($bodytag);      $r->print($bodytag);
     $r->print(&print_html());      $r->print(&print_html());

Removed from v.1.1  
changed lines
  Added in v.1.2


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