Diff for /loncom/interface/lonsyllabus.pm between versions 1.71 and 1.72

version 1.71, 2008/12/12 17:02:47 version 1.72, 2008/12/16 10:03:56
Line 367  ENDSCRIPT Line 367  ENDSCRIPT
        $message=&Apache::lonspeller::markeduptext($message);         $message=&Apache::lonspeller::markeduptext($message);
    }     }
    $message=&Apache::lontexconvert::msgtexconverted($message);     $message=&Apache::lontexconvert::msgtexconverted($message);
    if ($target ne 'tex') {  
  &Apache::lontemplate::print_template($r, $syllabusfields{$field}, $message);     &Apache::lontemplate::start_columnSection($r);
 #       $r->print('<h3>'.$syllabusfields{$field}.'</h3><blockquote>'.            &Apache::lontemplate::print_content_template($r,$allowed,$target,\%syllabusfields,\%syllabus);
 # $message.'</blockquote>');    
       if ($target ne 'tex') {
       &Apache::lontemplate::start_ContentBox($r);
                   &Apache::lontemplate::end_ContentBox($r);
                   &Apache::lontemplate::end_columnSection($r);
                   &Apache::lontemplate::start_columnSection($r);
                   &Apache::lontemplate::start_ContentBox($r);
                   &Apache::lontemplate::end_ContentBox($r);
                   &Apache::lontemplate::end_columnSection($r);
   
    } else {     } else {
        $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'.         $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'.
  &Apache::lonxml::xmlparse($r,'tex',$message).'\\\\');   &Apache::lonxml::xmlparse($r,'tex',$message).'\\\\');

Removed from v.1.71  
changed lines
  Added in v.1.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>