--- loncom/interface/portfolio.pm 2021/12/14 03:34:43 1.254.2.6 +++ loncom/interface/portfolio.pm 2024/12/29 21:44:16 1.254.2.7 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.254.2.6 2021/12/14 03:34:43 raeburn Exp $ +# $Id: portfolio.pm,v 1.254.2.7 2024/12/29 21:44:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -267,7 +267,7 @@ sub display_directory_line { sub display_directory { my ($r,$url,$current_path,$is_empty,$dir_list,$group,$can_upload, - $can_modify,$can_delete,$can_setacl)=@_; + $can_modify,$can_delete,$can_setacl,$caller)=@_; my $iconpath= $r->dir_config('lonIconsURL') . "/"; my $select_mode; my $checked_files; @@ -311,6 +311,15 @@ sub display_directory { &mt('Using the portfolio file list')) .'
' ); + my ($acl_helpfile,$acl_helplink); + if ($caller eq 'coursegrp_portfolio') { + $acl_helpfile = 'Portfolio ShareFile Group'; + } elsif ($can_setacl) { + $acl_helpfile = 'Portfolio ShareFile'; + } + if ($acl_helpfile) { + $acl_helplink = &Apache::loncommon::help_open_topic($acl_helpfile); + } $r->print(&Apache::loncommon::start_data_table() .&Apache::loncommon::start_data_table_header_row() .'