--- loncom/interface/lonsimplepage.pm 2009/05/19 09:59:48 1.82 +++ loncom/interface/lonsimplepage.pm 2009/06/08 18:04:45 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.82 2009/05/19 09:59:48 amueller Exp $ +# $Id: lonsimplepage.pm,v 1.83 2009/06/08 18:04:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -350,7 +350,7 @@ sub handler { } if ($allowed) { if ($env{'form.grade_target'} ne 'tex') { - &Apache::lontemplate::print_template($r, &mt('Title'), $message, $allowed, 'LC_ContentBoxSpecial'); + &Apache::lontemplate::print_template($r, &mt('Title'), $message, $allowed, 'LC_Box'); &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field); $r->print('

'); } else { @@ -364,7 +364,7 @@ sub handler { if ($allowed) { $r->print('

'); } - &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial'); + &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed,'LC_Box'); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex','

'.$syllabusfields{$field}.'

'));