Diff for /loncom/xml/londefdef.pm between versions 1.410 and 1.411

version 1.410, 2009/06/02 13:10:29 version 1.411, 2009/10/01 15:31:24
Line 564  sub start_body { Line 564  sub start_body {
     $currentstring .= &Apache::lonhtmlcommon::breadcrumbs();      $currentstring .= &Apache::lonhtmlcommon::breadcrumbs();
   
         my $header = '';          my $header = '';
           if ($env{'request.state'} ne 'published' &&
               $env{'request.state'} ne 'construct') {
               $header=&Apache::lonmenu::constspaceform();
           }
         if ($env{'request.state'} ne 'published') {          if ($env{'request.state'} ne 'published') {
             $header=&Apache::lonmenu::constspaceform()              $header.=&Apache::londefdef::edit_controls();
                    .&Apache::londefdef::edit_controls();  
         }          }
         if ($env{'request.state'} eq 'construct') {          if ($env{'request.state'} eq 'construct') {
             $currentstring.=&Apache::loncommon::head_subbox(              $currentstring.=&Apache::loncommon::head_subbox(

Removed from v.1.410  
changed lines
  Added in v.1.411


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