Diff for /loncom/interface/lonaboutme.pm between versions 1.113 and 1.114

version 1.113, 2009/03/20 10:05:08 version 1.114, 2009/03/20 18:20:46
Line 392  my $image; Line 392  my $image;
  && &in_course($cdom,$cnum)) {   && &in_course($cdom,$cnum)) {
  if ($target ne 'tex') {      if ($target ne 'tex') {   
    &Apache::lontemplate::print_start_template($r,&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'),'LC_ContentBoxSpecial');     &Apache::lontemplate::print_start_template($r,&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'),'LC_ContentBoxSpecial');
    $r->print('<div style="padding-left: 20px">');     $r->print('<span class="LC_info">');
    $r->print('<p>');  
    $r->print(&mt('Shared by course faculty and staff').&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message"));     $r->print(&mt('Shared by course faculty and staff').&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message"));
    $r->print('</span> <p>');   
   &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);
    $r->print('</p>');     $r->print('</p>');
    &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);  
    $r->print('</div>');  
    &Apache::lontemplate::print_end_template($r);     &Apache::lontemplate::print_end_template($r);
           
  } else {   } else {

Removed from v.1.113  
changed lines
  Added in v.1.114


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