--- loncom/interface/portfolio.pm 2004/07/29 17:04:21 1.20 +++ loncom/interface/portfolio.pm 2004/08/23 21:16:43 1.21 @@ -260,7 +260,7 @@ sub handler { $r->print($displayOut); $r->print(''); my @tree = split (/\//,$currentPath); - $r->print(''.makeAnchor('portfolio','/').'/'); + $r->print(''.makeAnchor('/','/')); if (@tree > 1){ my $newCurrentPath = ''; for (my $i = 1; $i< @tree; $i++){ @@ -269,6 +269,10 @@ sub handler { } } $r->print(''); + &Apache::lonhtmlcommon::store_recent('portfolio',$currentPath,$currentPath); + $r->print('
'.&Apache::lonhtmlcommon::select_recent('portfolio','currentpath', +'this.form.submit();')); + $r->print("
"); $r->print(''. ''); foreach my $line (@dirList) {
 ActionsNameTitleStatusLast Modified