Diff for /loncom/interface/courseprefs.pm between versions 1.49.2.28.2.18 and 1.49.2.28.2.19

version 1.49.2.28.2.18, 2023/10/06 23:01:38 version 1.49.2.28.2.19, 2023/12/29 19:44:06
Line 6827  sub menuitems_categories { Line 6827  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','comm','roles','help','logout'],                         links => ['pers','logo','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 6866  sub menuitems_fields { Line 6866  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.49.2.28.2.18  
changed lines
  Added in v.1.49.2.28.2.19


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