--- loncom/interface/lonsyllabus.pm 2003/06/20 13:31:46 1.20 +++ loncom/interface/lonsyllabus.pm 2003/07/10 10:53:18 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.20 2003/06/20 13:31:46 www Exp $ +# $Id: lonsyllabus.pm,v 1.21 2003/07/10 10:53:18 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,7 +127,7 @@ ENDDOCUMENT &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'

This syllabus can be publicly viewed at http://'. $Apache::lonnet::hostname{$homeserver}.$r->uri.''. &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'

'. - '

Show Student View'. + '

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

'); } @@ -210,7 +210,7 @@ ENDDOCUMENT if ($allowed) { $r->print('

'.$syllabusfields{$_}. &Apache::loncommon::help_open_topic('Syllabus_URLs').'

'. - '

Show Student View'. + '

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

'); } else { $r->print($message);