Diff for /loncom/interface/courseprefs.pm between versions 1.127 and 1.128

version 1.127, 2023/09/24 03:31:18 version 1.128, 2023/12/13 22:12:17
Line 7201  sub menuitems_categories { Line 7201  sub menuitems_categories {
                        shown => ['top','inline','foot','main'],                         shown => ['top','inline','foot','main'],
                        text  => ['name','role','crs','disc','fdbk'],                         text  => ['name','role','crs','disc','fdbk'],
                        links => ['pers','logo','menu','comm','roles','help','logout'],                         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'],                         inline => ['cont','grades','chat','people','groups','resv','syll','feeds'],
                      );                       );
     return (\@order,\%categories);      return (\@order,\%categories);
Line 7241  sub menuitems_fields { Line 7241  sub menuitems_fields {
                wish => 'Stored Links',                 wish => 'Stored Links',
                anno => 'Calendar',                 anno => 'Calendar',
                rss => 'RSS Feeds',                 rss => 'RSS Feeds',
                  srch => 'Search Library',
                  brse => 'Browse Library',
                cont => 'Contents',                 cont => 'Contents',
                grades => 'Grades',                 grades => 'Grades',
                chat => 'Chat',                 chat => 'Chat',

Removed from v.1.127  
changed lines
  Added in v.1.128


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>