--- loncom/interface/portfolio.pm 2010/11/28 00:04:05 1.231 +++ loncom/interface/portfolio.pm 2015/01/05 15:56:24 1.232.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.231 2010/11/28 00:04:05 raeburn Exp $ +# $Id: portfolio.pm,v 1.232.2.1 2015/01/05 15:56:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -883,7 +883,7 @@ sub display_access { } $info .= "
".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme
"; if ($group ne '') { - $info .= &mt("Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS").'
'; + $info .= &mt("Users with privileges to edit course contents may add a group portfolio page to a course using the Course Editor").'
'; } } else { $header = '

'.&mt('Conditional access controls for file: [_1]',$port_path.$env{'form.currentpath'}.$env{'form.access'}).'

'. @@ -2130,7 +2130,6 @@ sub overwrite { my $port_path = &get_port_path(); my $fname = &Apache::lonnet::clean_filename($env{'form.filename'}); my (%allfiles,%codebase,$mode,$mimetype); - my $mode; unless (&suppress_embed_prompt()) { if ($env{'form.parserflag'}) { if ($fname =~ /\.s?html?$/i) {