--- loncom/interface/courseprefs.pm 2023/09/24 03:31:18 1.127 +++ loncom/interface/courseprefs.pm 2023/12/13 22:12:17 1.128 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.127 2023/09/24 03:31:18 raeburn Exp $ +# $Id: courseprefs.pm,v 1.128 2023/12/13 22:12:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7201,7 +7201,7 @@ sub menuitems_categories { shown => ['top','inline','foot','main'], text => ['name','role','crs','disc','fdbk'], links => ['pers','logo','menu','comm','roles','help','logout'], - list => ['about','prefs','port','wish','anno','rss'], + list => ['about','prefs','port','wish','anno','rss','srch','brse'], inline => ['cont','grades','chat','people','groups','resv','syll','feeds'], ); return (\@order,\%categories); @@ -7241,6 +7241,8 @@ sub menuitems_fields { wish => 'Stored Links', anno => 'Calendar', rss => 'RSS Feeds', + srch => 'Search Library', + brse => 'Browse Library', cont => 'Contents', grades => 'Grades', chat => 'Chat',