--- loncom/interface/portfolio.pm 2009/01/20 16:38:39 1.207 +++ loncom/interface/portfolio.pm 2009/02/17 10:10:21 1.209 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.207 2009/01/20 16:38:39 bisitz Exp $ +# $Id: portfolio.pm,v 1.209 2009/02/17 10:10:21 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -452,8 +452,8 @@ sub display_directory { $line .= ''; } if ($can_modify) { - my $cat=''.&mt('Catalog Information').
-                            ''; + my $cat=''.&mt('Metadata').''; +# src="'.#&Apache::loncommon::lonhttpdurl('/res/adm/pages/catalog.gif').'" />'; my %anchor_fields = ( 'rename' => $filename, currentpath => $current_path @@ -843,7 +843,8 @@ sub display_access { $info .= ''. &mt('A listing of files viewable without log-in is available at: ')."".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme/portfolio.
"; if ($group eq '') { - $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:"); + $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there +are viewable files) on your personal homepage:"); } else { $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there are viewable files) on the course information page:"); }