--- loncom/interface/lonaboutme.pm 2008/01/16 12:19:39 1.66 +++ loncom/interface/lonaboutme.pm 2008/01/16 12:24:01 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.66 2008/01/16 12:19:39 bisitz Exp $ +# $Id: lonaboutme.pm,v 1.67 2008/01/16 12:24:01 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -151,7 +151,7 @@ sub handler { $r->print('

'.&mt('Privacy Note').': '. &mt('The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'). '

'. - &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'

'.&mt('Show Public View').''. + &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'

'.&mt('Show Public View').''. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'

'); } elsif ($privleged && $target ne 'tex') { my $query_string = &build_query_string({'forceedit' => '1',});