--- loncom/interface/lonsimplepage.pm 2006/07/20 03:11:52 1.45 +++ loncom/interface/lonsimplepage.pm 2006/07/20 15:03:01 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.45 2006/07/20 03:11:52 raeburn Exp $ +# $Id: lonsimplepage.pm,v 1.46 2006/07/20 15:03:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -182,7 +182,7 @@ sub handler { } if ($forcestudent or $target eq 'tex') { $allowed=0; } - + if ($allowed) { $r->print('

'. &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'
'.&mt('Show Student View').''. @@ -235,8 +235,8 @@ sub handler { # ---------------------------------------------------------------- Get syllabus if ((($syllabus{'uploaded.lastmodified'}) && - (($group ne '' && ($group_home_view || $group_edit_perm || - $group_view_perm)) || ($group eq ''))) || ($allowed)) { + (($group ne '' && ($group_home_view || $group_edit_perm || + $group_view_perm)) || ($group eq ''))) || ($allowed)) { if ($syllabus{'uploaded.photourl'}) { &Apache::lonnet::allowuploaded('/adm/smppg', $syllabus{'uploaded.photourl'}); @@ -258,7 +258,8 @@ sub handler { '

'); } foreach (sort keys %syllabusfields) { - if (($syllabus{$_}) || ($allowed)) { + if (($syllabus{$_}) || ($allowed) || + ($_ eq 'abb_links' && $group ne '')) { my $message=$syllabus{$_}; &Apache::lonfeedback::newline_to_br(\$message); $message