[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface londocs.pm

raeburn raeburn at source.lon-capa.org
Wed Dec 12 18:12:27 EST 2012


raeburn		Wed Dec 12 23:12:27 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	londocs.pm 
  Log:
  - For 2.11
    - Backport 1.500 
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.484.2.10 loncom/interface/londocs.pm:1.484.2.11
--- loncom/interface/londocs.pm:1.484.2.10	Wed Dec 12 23:11:19 2012
+++ loncom/interface/londocs.pm	Wed Dec 12 23:12:27 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.484.2.10 2012/12/12 23:11:19 raeburn Exp $
+# $Id: londocs.pm,v 1.484.2.11 2012/12/12 23:12:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4260,7 +4260,6 @@
                $active = 'class="active"';
             }
             $form .= '<li style="float:right" '.$active
-                .' onmouseover="javascript:showPage(this, \''.$name.$tid.'\', \'navigation'.$tid.'\',\'content'.$tid.'\');"'
                 .' onclick="javascript:showPage(this, \''.$name.$tid.'\', \'navigation'.$tid.'\',\'content'.$tid.'\');"><a href="javascript:;"><b>'.&mt(${$orderhash{$name}}[0]).'</b></a></li>'."\n";
         } else {
 	    $form .= '<li '.$active.' style="float:right">'.${$orderhash{$name}}[1].'</li>'."\n";




More information about the LON-CAPA-cvs mailing list