--- loncom/interface/lonaboutme.pm 2007/07/27 00:17:17 1.65 +++ loncom/interface/lonaboutme.pm 2008/01/16 12:19:39 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.65 2007/07/27 00:17:17 albertel Exp $ +# $Id: lonaboutme.pm,v 1.66 2008/01/16 12:19:39 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -133,7 +133,7 @@ sub handler { } if ($target ne 'tex') { $r->print('

'.&Apache::lonnet::domain($cdom,'description').'

'. - '

'.&Apache::loncommon::messagewrapper('Send me a message',$cnum,$cdom).'

'.&Apache::lonrss::advertisefeeds($cnum,$cdom)); + '

'.&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom).'

'.&Apache::lonrss::advertisefeeds($cnum,$cdom)); } else { $r->print('\textbf{'.&Apache::lonnet::domain($cdom,'description').'}\\\\'); } @@ -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').'

Show Public View'. + &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_PublicView').'

'); } elsif ($privleged && $target ne 'tex') { my $query_string = &build_query_string({'forceedit' => '1',}); @@ -207,12 +207,12 @@ sub handler { if ($allowed) { $r->print( '
- +
'. '
'. '

'.&mt('Upload a Photo').'

'. ''. - ''. + ''. '
'); }