--- loncom/interface/lonaboutme.pm 2009/02/26 16:17:30 1.106 +++ loncom/interface/lonaboutme.pm 2009/03/01 13:23:12 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.106 2009/02/26 16:17:30 schafran Exp $ +# $Id: lonaboutme.pm,v 1.107 2009/03/01 13:23:12 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -221,14 +221,20 @@ sub handler { } +#Print Help Text +if ($target ne 'tex') { + if($privleged){ + $r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); + } +} + #----------------Print Functions if( $target ne 'tex'){ &Apache::lontemplate::print_start_page_functions($r); if($allowed){ my $query_string = &build_query_string({'forcestudent' => '1','popup' => $env{'form.popup'}}); &Apache::lontemplate::print_functions_content($r,''.&mt('Show Public View').''.&Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView')); - &Apache::lontemplate::print_functions_content($r,&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); - }elsif($privleged){ + }elsif($privleged){ my $query_string = &build_query_string({'forceedit' => '1','popup' => $env{'form.popup'}}); &Apache::lontemplate::print_functions_content($r,''. &mt('Edit').''); }