--- rat/lonratmenu.pm 2010/08/20 08:13:38 1.16 +++ rat/lonratmenu.pm 2012/05/01 23:06:32 1.18.8.1 @@ -2,7 +2,7 @@ # Build menu bar for Advanced RAT. Uses javascript code originally in # static file: rat/client/code.html, now in rat/client/ratcode.js # -# $Id: lonratmenu.pm,v 1.16 2010/08/20 08:13:38 wenzelju Exp $ +# $Id: lonratmenu.pm,v 1.18.8.1 2012/05/01 23:06:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,7 @@ sub handler { $readfile=~s/\/loadonly\/adveditmenu$//; # Breadcrumbs - my $brcrum = [{'href' => &Apache::loncommon::authorspace(), + my $brcrum = [{'href' => &Apache::loncommon::authorspace($r->uri), 'text' => 'Construction Space'}, {'href' => '', 'text' => 'RAT'}, @@ -111,9 +111,6 @@ sub handler { '' .&mt('Import Bookmarks').'') .&Apache::lonhtmlcommon::add_item_funclist( - '' - .&mt('Import from Wishlist').'') - .&Apache::lonhtmlcommon::add_item_funclist( '' .&mt('Copy').'') .&Apache::lonhtmlcommon::end_funclist();