--- loncom/interface/lonsyllabus.pm 2008/12/24 07:55:54 1.75 +++ loncom/interface/lonsyllabus.pm 2009/02/13 17:26:55 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.75 2008/12/24 07:55:54 raeburn Exp $ +# $Id: lonsyllabus.pm,v 1.76 2009/02/13 17:26:55 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -329,8 +329,8 @@ ENDSCRIPT ''); } my @htmlids=(); - &Apache::lontemplate::start_columnSection($r); - &Apache::lontemplate::start_ContentBox($r, $allowed); + #&Apache::lontemplate::start_columnSection($r); + #&Apache::lontemplate::start_ContentBox($r, $allowed); foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}=~/\w/) || ($allowed)) { my $message=$syllabus{$field}; @@ -371,8 +371,8 @@ ENDSCRIPT if ($target ne 'tex') { if($allowed){ $r->print('

'); - } - &Apache::lontemplate::print_template($r, $syllabusfields{$field}, $message); + } + &Apache::lontemplate::print_template($r, $syllabusfields{$field}, $message,$allowed,'LC_ContentBoxSpecial'); } else { $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'. &Apache::lonxml::xmlparse($r,'tex',$message).'\\\\'); @@ -391,8 +391,8 @@ ENDSCRIPT $r->print('

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

'); } - &Apache::lontemplate::end_ContentBox($r); - &Apache::lontemplate::end_columnSection($r); + #&Apache::lontemplate::end_ContentBox($r); + #&Apache::lontemplate::end_columnSection($r); if ($allowed) { $r->print(''. &Apache::lonhtmlcommon::htmlareaselectactive(@htmlids));