--- loncom/interface/lonaboutme.pm 2009/05/30 21:52:30 1.136 +++ loncom/interface/lonaboutme.pm 2009/06/08 18:04:45 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.136 2009/05/30 21:52:30 bisitz Exp $ +# $Id: lonaboutme.pm,v 1.137 2009/06/08 18:04:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,7 +279,7 @@ sub handler { } #------Print Headtitle if ($target ne 'tex') { - $r->print('
'); + $r->print('
'); $r->print('

'.&Apache::loncommon::plainname($cnum,$cdom).'

'); if ($courseenv{'nickname'}) { $r->print('

"'.$courseenv{'nickname'}.'"

'); @@ -372,7 +372,7 @@ sub handler { if ($target ne 'tex') { #Begin Print RSS and portfiles &print_portfiles_link($r,$is_course); if (&Apache::lonrss::advertisefeeds($cnum,$cdom) ne '') { - &Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_ContentBoxSpecial'); + &Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_Box'); $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); &Apache::lontemplate::print_end_template($r); } @@ -397,7 +397,7 @@ sub handler { && &in_course($cdom,$cnum)) { if ($target ne 'tex') { $r->print(''); - &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_Box'); $r->print(''); $r->print(&mt('Shared by course faculty and staff').&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message")); $r->print('

'); @@ -475,7 +475,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'}).'

';