[LON-CAPA-cvs] cvs: loncom /interface lonremote.pm

www lon-capa-cvs-allow@mail.lon-capa.org
Sun, 20 Jan 2008 01:12:57 -0000


www		Sat Jan 19 20:12:57 2008 EDT

  Modified files:              
    /loncom/interface	lonremote.pm 
  Log:
  Not sure if one can &mt a \n
  
  
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.22 loncom/interface/lonremote.pm:1.23
--- loncom/interface/lonremote.pm:1.22	Sat Jan 19 16:38:24 2008
+++ loncom/interface/lonremote.pm	Sat Jan 19 20:12:56 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonremote.pm,v 1.22 2008/01/19 21:38:24 raeburn Exp $
+# $Id: lonremote.pm,v 1.23 2008/01/20 01:12:56 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -70,7 +70,7 @@
     my $end_page  =  &Apache::loncommon::end_page();
     my $windowinfo=&Apache::lonmenu::close();
 #    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.\nYou may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.\nTo 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');
     $r->print(<<ENDCOLLAPSE);
 $start_page