Diff for /loncom/auth/lonroles.pm between versions 1.256.2.4 and 1.256.2.6

version 1.256.2.4, 2010/09/02 17:08:28 version 1.256.2.6, 2011/09/27 20:33:34
Line 579  ENDENTERKEY Line 579  ENDENTERKEY
     }      }
  }   }
 # Are we allowed to look at the first resource?  # Are we allowed to look at the first resource?
  if ($furl !~ m|^/adm/|) {   if (($furl !~ m|^/adm/|) || 
                                       (($env{'environment.remotenavmap'} eq 'on') && 
                                        ($furl =~ m{^/adm/navmaps}))) {
 # Guess not ...  # Guess not ...
     $furl=&Apache::lonpageflip::first_accessible_resource();      $furl=&Apache::lonpageflip::first_accessible_resource();
  }   }
Line 1761  sub display_cc_role { Line 1763  sub display_cc_role {
             my %newhash=&Apache::lonnet::coursedescription($tcourseid);              my %newhash=&Apache::lonnet::coursedescription($tcourseid);
             if (%newhash) {              if (%newhash) {
                 $twhere=$newhash{'description'}.                  $twhere=$newhash{'description'}.
                         ' <span style="LC_fontsize_small">'.                          ' <span class="LC_fontsize_small">'.
                         &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).                          &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).
                         '</span>';                          '</span>';
                 $ttype = $newhash{'type'};                  $ttype = $newhash{'type'};

Removed from v.1.256.2.4  
changed lines
  Added in v.1.256.2.6


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