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

droeschl droeschl@source.lon-capa.org
Mon, 10 Aug 2009 12:09:59 -0000


droeschl		Mon Aug 10 12:09:59 2009 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Switch to Inline Menu Mode Link now opens the following page within the correct frame.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.882 loncom/interface/loncommon.pm:1.883
--- loncom/interface/loncommon.pm:1.882	Sat Aug  8 19:55:04 2009
+++ loncom/interface/loncommon.pm	Mon Aug 10 12:09:58 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.882 2009/08/08 19:55:04 raeburn Exp $
+# $Id: loncommon.pm,v 1.883 2009/08/10 12:09:58 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4468,7 +4468,7 @@
 
     # Explicit link to get inline menu
     my $menu= ($no_inline_link?''
-	       :'<a href="/adm/remote?action=collapse">'.&mt('Switch to Inline Menu Mode').'</a>');
+	       :'<a href="/adm/remote?action=collapse" target="_top">'.&mt('Switch to Inline Menu Mode').'</a>');
     $bodytag .= qq|<div id="LC_nav_bar">$name $role
             <em>$realm</em> $dc_info </div>
             <ol class="LC_smallMenu LC_right">