Diff for /loncom/interface/lonaboutme.pm between versions 1.18 and 1.19

version 1.18, 2003/10/04 20:49:40 version 1.19, 2004/01/14 22:08:23
Line 172  ENDDOCUMENT Line 172  ENDDOCUMENT
  if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) {   if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) {
             $r->print('<hr /><h3>'.              $r->print('<hr /><h3>'.
 &mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'</h3>'.  &mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'</h3>'.
 &mt('Shared by course faculty and staff').'<br />');  &mt('Shared by course faculty and staff').
   &Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message").
   '<br />');
     &Apache::lonmsg::disfacetoface($r,$cnum,$cdom);      &Apache::lonmsg::disfacetoface($r,$cnum,$cdom);
             $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));              $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));
         }          }

Removed from v.1.18  
changed lines
  Added in v.1.19


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