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

raeburn raeburn@source.lon-capa.org
Sun, 29 Mar 2009 19:44:56 -0000


raeburn		Sun Mar 29 19:44:56 2009 EDT

  Modified files:              
    /loncom/interface	lonremote.pm 
  Log:
  - Bug 5930.
   Update text describing now to (re-)launch Remote Control.
  
  
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.28 loncom/interface/lonremote.pm:1.29
--- loncom/interface/lonremote.pm:1.28	Mon Mar 16 17:07:33 2009
+++ loncom/interface/lonremote.pm	Sun Mar 29 19:44:56 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonremote.pm,v 1.28 2009/03/16 17:07:33 bisitz Exp $
+# $Id: lonremote.pm,v 1.29 2009/03/29 19:44:56 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -74,7 +74,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. 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 [_1]"Launch Remote Control"[_2] option in [_3]"Set my user preferences"[_2], accessible via the [_4]Main Menu[_2]','<a href="/adm/remote?action=launch">','</a>','<a href="/adm/preferences">','<a href="/adm/menu">').'</p>'; 
     my $continue = &mt('Continue');
     $r->print(<<ENDCOLLAPSE);
 $start_page