Diff for /loncom/xml/lonxml.pm between versions 1.531.2.8 and 1.531.2.9

version 1.531.2.8, 2013/05/12 13:32:16 version 1.531.2.9, 2013/06/05 15:39:34
Line 1905  ENDNOTFOUND Line 1905  ENDNOTFOUND
                 my $brcrum;                  my $brcrum;
                 if ($env{'request.state'} eq 'construct') {                  if ($env{'request.state'} eq 'construct') {
                     $brcrum = [{'href' => &Apache::loncommon::authorspace($request->uri),                      $brcrum = [{'href' => &Apache::loncommon::authorspace($request->uri),
                                 'text' => 'Construction Space'},                                  'text' => 'Authoring Space'},
                                {'href' => '',                                 {'href' => '',
                                 'text' => $breadcrumbtext}];                                  'text' => $breadcrumbtext}];
                 } else {                  } else {
Line 1967  ENDNOTFOUND Line 1967  ENDNOTFOUND
             if ($env{'request.state'} eq 'construct') {              if ($env{'request.state'} eq 'construct') {
                 $options{'bread_crumbs'} = [{                  $options{'bread_crumbs'} = [{
                             'href' => &Apache::loncommon::authorspace($request->uri),                              'href' => &Apache::loncommon::authorspace($request->uri),
                             'text' => 'Construction Space'},                              'text' => 'Authoring Space'},
                            {'href' => '',                             {'href' => '',
                             'text' => $breadcrumbtext}];                              'text' => $breadcrumbtext}];
                 $header = &Apache::loncommon::head_subbox(                  $header = &Apache::loncommon::head_subbox(
Line 2002  sub display_title { Line 2002  sub display_title {
     $title = substr($title, rindex($title, '/') + 1);      $title = substr($title, rindex($title, '/') + 1);
  }   }
         $result = "<script type='text/javascript'>top.document.title = '$title - LON-CAPA "          $result = "<script type='text/javascript'>top.document.title = '$title - LON-CAPA "
                   .&mt('Construction Space')."';</script>";                    .&mt('Authoring Space')."';</script>";
     }      }
     return $result;      return $result;
 }  }

Removed from v.1.531.2.8  
changed lines
  Added in v.1.531.2.9


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