--- loncom/interface/lonaboutme.pm 2009/02/20 17:45:40 1.101 +++ loncom/interface/lonaboutme.pm 2009/02/24 20:43:57 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.101 2009/02/20 17:45:40 neumanie Exp $ +# $Id: lonaboutme.pm,v 1.103 2009/02/24 20:43:57 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -136,7 +136,7 @@ sub handler { # --------------------------------------------------------- The syllabus fields my %syllabusfields=&Apache::lonlocal::texthash( 'aaa_contactinfo' => 'Contact Information', - 'bbb_aboutme' => 'Personal Information Page', + 'bbb_aboutme' => 'Personal Information', 'ccc_webreferences' => 'Web References'); # ------------------------------------------------------------ Get Query String @@ -370,8 +370,8 @@ my $image; $r->print('

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

'); } if($target ne 'tex'){ - $r->print(''); - $r->print(''); + #$r->print(''); + #$r->print(''); } if ($env{'request.course.id'} @@ -391,6 +391,8 @@ my $image; &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); } } + $r->print(''); + $r->print(''); if ($target ne 'tex') { if ($env{'form.popup'}) { $r->print('

'.&mt('Close window').'');