Diff for /loncom/interface/loncommon.pm between versions 1.905 and 1.906

version 1.905, 2009/10/30 04:44:56 version 1.906, 2009/10/31 05:47:10
Line 764  sub selectcourse_link { Line 764  sub selectcourse_link {
    my $linktext = &mt('Select Course');     my $linktext = &mt('Select Course');
    if ($selecttype eq 'Community') {     if ($selecttype eq 'Community') {
        $linktext = &mt('Select Community');          $linktext = &mt('Select Community'); 
      } elsif ($selecttype eq 'Course/Community') {
          $linktext = &mt('Select Course/Community');
          $selecttype = 'Course';
    }     }
    return '<span class="LC_nobreak">'     return '<span class="LC_nobreak">'
          ."<a href='"           ."<a href='"

Removed from v.1.905  
changed lines
  Added in v.1.906


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