--- loncom/interface/lonaboutme.pm 2008/12/17 00:44:53 1.87 +++ loncom/interface/lonaboutme.pm 2009/01/26 11:10:10 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.87 2008/12/17 00:44:53 ehlerst Exp $ +# $Id: lonaboutme.pm,v 1.90 2009/01/26 11:10:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -321,8 +321,8 @@ my $image; &Apache::lontemplate::start_ContentBox($r); &print_portfiles_link($r,$is_course); if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){ - $r->print('
'); - $r->print('

'.'RSS Feeds and Blogs'.'

'); + $r->print('
'); + $r->print('

'.'RSS Feeds and Blogs'.'

'); $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); $r->print('
'); } @@ -342,6 +342,7 @@ my $image; } if ($target ne 'tex') {$r->print('
');} else {$r->print('\\\\');} } else { + &Apache::lontemplate::send_message($r,$cnum,$cdom); $r->print('

'.&mt('No personal information provided').'.

'); } @@ -371,7 +372,7 @@ my $image; ('View recent activity by this student', $cnum,$cdom).(' 'x2)); } - $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom)); + $r->print(&Apache::loncommon::noteswrapper(&mt('Add Records'),$cnum,$cdom)); } 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').'\\\\\\\\'); &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); @@ -441,7 +442,7 @@ sub print_portfiles_link { difl => 'Display file listing', ); if ($filecounts->{'both'} > 0) { - $output = '

'; + $output = '

'; $output .= ($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

'; #$output = '

'.($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

';