Diff for /loncom/xml/londefdef.pm between versions 1.406 and 1.407

version 1.406, 2009/05/26 14:06:23 version 1.407, 2009/05/26 14:54:29
Line 557  sub start_body { Line 557  sub start_body {
 #    'no_title'       => 1,  #    'no_title'       => 1,
     'force_register' => 1});      'force_register' => 1});
   
     $currentstring .= &Apache::lonhtmlcommon::breadcrumbs()      $currentstring .= &Apache::lonhtmlcommon::breadcrumbs();
                      .&Apache::loncommon::head_subbox(  
                           &Apache::loncommon::CSTR_pageheader());   
   
  if ($env{'request.state'} ne 'published') {          my $header = '';
     $currentstring.=&Apache::lonmenu::constspaceform();          if ($env{'request.state'} ne 'published') {
     $currentstring.=&Apache::londefdef::edit_controls();              $header=&Apache::lonmenu::constspaceform()
  }                     .&Apache::londefdef::edit_controls();
  $currentstring.=&Apache::lonxml::message_location();          }
           $currentstring.=&Apache::loncommon::head_subbox(
                               &Apache::loncommon::CSTR_pageheader()
                              .$header);
           $currentstring.=&Apache::lonxml::message_location();
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring = '';   #  '\begin{document}' is in header.          $currentstring = '';   #  '\begin{document}' is in header.
     }       }
   
     return $currentstring;      return $currentstring;
 }  }
   

Removed from v.1.406  
changed lines
  Added in v.1.407


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