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

raeburn raeburn at source.lon-capa.org
Sun May 6 22:19:44 EDT 2012


raeburn		Mon May  7 02:19:44 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	londocs.pm 
  Log:
  - For 2.11.
    - Content Index not included in 2.11.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.484 loncom/interface/londocs.pm:1.484.2.1
--- loncom/interface/londocs.pm:1.484	Mon May  7 02:12:47 2012
+++ loncom/interface/londocs.pm	Mon May  7 02:19:44 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.484 2012/05/07 02:12:47 raeburn Exp $
+# $Id: londocs.pm,v 1.484.2.1 2012/05/07 02:19:44 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2108,7 +2108,6 @@
     if (($mode eq 'navmaps') || ($mode eq 'supplemental')) {
         $output .= '<li'.(($mode eq 'navmaps')?' class="active"':'').'><a href="/adm/navmaps"><b>    '.&mt('Content Overview').'    </b></a></li>'."\n";
         $output .= '<li'.(($mode eq 'coursesearch')?' class="active"':'').'><a href="/adm/searchcourse"><b>     '.&mt('Content Search').'     </b></a></li>'."\n";
-        $output .= '<li'.(($mode eq 'courseindex')?' class="active"':'').'><a href="/adm/indexcourse"><b>      '.&mt('Content Index').'      </b></a></li>'."\n";
         $output .= '<li '.(($mode eq 'suppdocs')?' class="active"':'').'><a href="/adm/supplemental"><b>'.&mt('Supplemental Content').'</b></a></li>';
     } else {
         $output .= '<li '.(($mode eq 'docs')?' class="active"':'').' id="tabbededitor"><a href="/adm/coursedocs?forcestandard=1"><b>      '.&mt('Content Editor').'      </b></a></li>'."\n";




More information about the LON-CAPA-cvs mailing list