Diff for /loncom/interface/lonaboutme.pm between versions 1.89 and 1.90

version 1.89, 2008/12/17 14:51:11 version 1.90, 2009/01/26 11:10:10
Line 372  my $image; Line 372  my $image;
   ('View recent activity by this student',    ('View recent activity by this student',
    $cnum,$cdom).(' 'x2));     $cnum,$cdom).(' 'x2));
     }      }
     $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));      $r->print(&Apache::loncommon::noteswrapper(&mt('Add Records'),$cnum,$cdom));
  } else {   } else {
     $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\');      $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\');
     &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);      &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);

Removed from v.1.89  
changed lines
  Added in v.1.90


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