Diff for /loncom/interface/Attic/lonremote.pm between versions 1.27 and 1.28

version 1.27, 2009/02/26 16:17:30 version 1.28, 2009/03/16 17:07:33
Line 73  sub collapseremote { Line 73  sub collapseremote {
                                         'no_inline_link' => 1,});                                          'no_inline_link' => 1,});
     my $end_page  =  &Apache::loncommon::end_page();      my $end_page  =  &Apache::loncommon::end_page();
     my $windowinfo=&Apache::lonmenu::close();      my $windowinfo=&Apache::lonmenu::close();
 #    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'">';  #    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'" />';
     my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>';       my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>'; 
     my $continue = &mt('Continue');      my $continue = &mt('Continue');
     $r->print(<<ENDCOLLAPSE);      $r->print(<<ENDCOLLAPSE);

Removed from v.1.27  
changed lines
  Added in v.1.28


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