--- rat/lonratedt.pm 2011/10/31 01:23:26 1.103 +++ rat/lonratedt.pm 2011/11/14 00:20:46 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Edit Handler for RAT Maps # -# $Id: lonratedt.pm,v 1.103 2011/10/31 01:23:26 raeburn Exp $ +# $Id: lonratedt.pm,v 1.104 2011/11/14 00:20:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -549,7 +549,7 @@ ENDJS &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::lonhtmlcommon::add_breadcrumb({ text => 'Construction Space', - href => &Apache::loncommon::authorspace(), + href => &Apache::loncommon::authorspace($url), faq => 6, bug => 'RAT', help => 'Sequence_Simple_Editor_Creation',}); @@ -646,8 +646,9 @@ ENDSMPHEAD sub nodir { my ($r,$dir)=@_; my $londocroot = $r->dir_config('lonDocRoot'); + my ($path) = ($dir =~ m{^\Q$londocroot\E?(/priv/[^/]+/[^/]+/)}); $dir=~s{^\Q$londocroot/priv/\E[^/]+/[^/]+}{}; - my $brcrum = [{'href' => &Apache::loncommon::authorspace(), + my $brcrum = [{'href' => &Apache::loncommon::authorspace($path), 'text' => 'Construction Space'}]; # {'href' => '', # 'text' => 'No such directory'}]; @@ -671,7 +672,7 @@ sub viewmap { &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::lonhtmlcommon::add_breadcrumb({ text => 'Construction Space', - href => &Apache::loncommon::authorspace(), + href => &Apache::loncommon::authorspace($url), faq => 6, bug => 'RAT', help => 'Sequence_Simple_Editor_Creation',});