Diff for /loncom/interface/lonaboutme.pm between versions 1.40 and 1.41

version 1.40, 2006/03/21 21:14:43 version 1.41, 2006/04/08 06:59:34
Line 36  use Apache::lontexconvert; Line 36  use Apache::lontexconvert;
 use Apache::lonfeedback;  use Apache::lonfeedback;
 use Apache::lonrss();  use Apache::lonrss();
 use Apache::lonlocal;  use Apache::lonlocal;
   use Apache::lonmsgdisplay();
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;
Line 218  sub handler { Line 219  sub handler {
                           &mt('Shared by course faculty and staff').                            &mt('Shared by course faculty and staff').
                           &Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message").                            &Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message").
 '<br />');  '<br />');
                 &Apache::lonmsg::disfacetoface($r,$cnum,$cdom);                  &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);
                 $r->print('<hr />');                  $r->print('<hr />');
                 if (&Apache::lonnet::allowed('vsa',                  if (&Apache::lonnet::allowed('vsa',
                                              $env{'request.course.id'}) ||                                               $env{'request.course.id'}) ||
Line 232  sub handler { Line 233  sub handler {
                 $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));                  $r->print(&Apache::loncommon::noteswrapper('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::lonmsg::disfacetoface($r,$cnum,$cdom);   &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);
     }      }
         }          }
     }      }

Removed from v.1.40  
changed lines
  Added in v.1.41


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