Diff for /loncom/interface/lonaboutme.pm between versions 1.70.2.2 and 1.70.2.3

version 1.70.2.2, 2008/12/17 23:05:11 version 1.70.2.3, 2009/03/18 03:14:18
Line 313  sub handler { Line 313  sub handler {
   ('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.70.2.2  
changed lines
  Added in v.1.70.2.3


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