Diff for /loncom/interface/lonaboutme.pm between versions 1.139 and 1.140

version 1.139, 2009/10/12 08:01:08 version 1.140, 2009/10/13 16:37:57
Line 427  sub handler { Line 427  sub handler {
             $r->print('<span class="LC_info">');              $r->print('<span class="LC_info">');
             $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>');              $r->print('</span>');
             &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom,'tex');              &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);
             &Apache::lontemplate::print_end_template($r);              &Apache::lontemplate::print_end_template($r);
   
         } 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, 'tex');
         }          }
     }      }
     if ($target ne 'tex') {      if ($target ne 'tex') {

Removed from v.1.139  
changed lines
  Added in v.1.140


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