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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sat, 19 Jan 2008 21:38:24 -0000


raeburn		Sat Jan 19 16:38:24 2008 EDT

  Modified files:              
    /loncom/interface	lonremote.pm 
  Log:
  - Missing &mt()
  
  
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.21 loncom/interface/lonremote.pm:1.22
--- loncom/interface/lonremote.pm:1.21	Wed Aug 30 11:26:29 2006
+++ loncom/interface/lonremote.pm	Sat Jan 19 16:38:24 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonremote.pm,v 1.21 2006/08/30 15:26:29 albertel Exp $
+# $Id: lonremote.pm,v 1.22 2008/01/19 21:38:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -71,13 +71,14 @@
     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 $continue = &mt('Continue');
     $r->print(<<ENDCOLLAPSE);
 $start_page
 $windowinfo
 <p>
 $message
 </p>
-<a href="$lowerurl">Continue</a>
+<a href="$lowerurl">$continue</a>
 $end_page
 ENDCOLLAPSE
    &Apache::lonnet::put('environment',{'remote' => 'off'});