Diff for /loncom/interface/loncommon.pm between versions 1.447 and 1.448

version 1.447, 2006/08/22 17:15:19 version 1.448, 2006/08/30 19:36:49
Line 2142  sub track_student_link { Line 2142  sub track_student_link {
         $target = '';          $target = '';
     }      }
     if ($start) { $link.='&start='.$start; }      if ($start) { $link.='&start='.$start; }
     return qq{<a href="$link" title="$title" $target>$linktext</a>};      
       return qq{<a href="$link" title="$title" $target>$linktext</a>}.
    &help_open_topic('View_recent_activity');
 }  }
   
 =pod  =pod
Line 3184  sub standard_css { Line 3186  sub standard_css {
   
     my $border = ($env{'browser.type'} eq 'explorer') ? '0px 2px 0px 2px'      my $border = ($env{'browser.type'} eq 'explorer') ? '0px 2px 0px 2px'
                                               : '0px 3px 0px 4px';                                                : '0px 3px 0px 4px';
   
     return <<END;      return <<END;
 h1, h2, h3, th { font-family: $sans }  h1, h2, h3, th { font-family: $sans }
 a:focus { color: red; background: yellow }   a:focus { color: red; background: yellow } 

Removed from v.1.447  
changed lines
  Added in v.1.448


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