--- loncom/interface/lonbulletin.pm 2007/05/02 01:33:48 1.43 +++ loncom/interface/lonbulletin.pm 2008/03/03 11:25:59 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.43 2007/05/02 01:33:48 albertel Exp $ +# $Id: lonbulletin.pm,v 1.46 2008/03/03 11:25:59 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -181,7 +181,7 @@ sub handler { } $r->print( '

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

'); } elsif ($privileged and $target ne 'tex') { my $query_str = 'forceedit=edit'; @@ -237,7 +237,8 @@ sub handler { '

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

'. ''. ''. - '
'); + '
'. + ''); } foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed)) { @@ -278,7 +279,7 @@ sub handler { $r->print( '
'.&mt('Topic').'
'); + ''); } } }