--- loncom/interface/lonsyllabus.pm 2003/06/20 13:31:46 1.20 +++ loncom/interface/lonsyllabus.pm 2003/09/09 19:39:04 1.22 @@ -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.22 2003/09/09 19:39:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -119,7 +119,7 @@ ENDDOCUMENT if ($ENV{'user.environment'}) { # does this user have privileges to post, etc? if ($ENV{'request.course.id'}) { - $allowed=&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}); + $allowed=&Apache::lonnet::allowed('mdc',$ENV{'request.course.id'}); if ($forcestudent) { $allowed=0; } } if ($allowed) { @@ -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);