Diff for /loncom/interface/lonmenu.pm between versions 1.244.2.16 and 1.244.2.17

version 1.244.2.16, 2010/05/23 20:46:51 version 1.244.2.17, 2010/05/24 12:20:16
Line 169  sub initlittle { Line 169  sub initlittle {
                                        'roles' => (&Apache::loncommon::show_course()?                                         'roles' => (&Apache::loncommon::show_course()?
                                                     'Courses':'Roles'),                                                      'Courses':'Roles'),
                                        'other' => 'Other Roles',                                         'other' => 'Other Roles',
                                        'docs' => 'Edit Course',                                         'docs' => 'Course Editor',
                                        'exit' => 'Logout',                                         'exit' => 'Logout',
                                        'login' => 'Log In',                                         'login' => 'Log In',
        'launch' => 'Launch Remote Control',         'launch' => 'Launch Remote Control',
Line 177  sub initlittle { Line 177  sub initlittle {
                                        );                                         );
     if (&Apache::loncommon::course_type() eq 'Community') {      if (&Apache::loncommon::course_type() eq 'Community') {
         $lt{'nav'} = &mt('Community Contents');          $lt{'nav'} = &mt('Community Contents');
         $lt{'docs'} = &mt('Edit Community');          $lt{'docs'} = &mt('Community Editor');
     }      }
     return %lt;      return %lt;
 }  }

Removed from v.1.244.2.16  
changed lines
  Added in v.1.244.2.17


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