[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface portfolio.pm
raeburn
raeburn at source.lon-capa.org
Mon Jan 5 10:56:24 EST 2015
raeburn Mon Jan 5 15:56:24 2015 EDT
Modified files: (Branch: version_2_10_X)
/loncom/interface portfolio.pm
Log:
- For 2.10
- Backport 1.253 (bug 6710)
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.232 loncom/interface/portfolio.pm:1.232.2.1
--- loncom/interface/portfolio.pm:1.232 Fri May 27 18:55:54 2011
+++ loncom/interface/portfolio.pm Mon Jan 5 15:56:24 2015
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.232 2011/05/27 18:55:54 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 @@
}
$info .= "<br /><a href=\"/adm/$udom/$uname/aboutme\">".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme</a><br />";
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").'<br />';
+ $info .= &mt("Users with privileges to edit course contents may add a group portfolio page to a course using the Course Editor").'<br />';
}
} else {
$header = '<h3>'.&mt('Conditional access controls for file: [_1]',$port_path.$env{'form.currentpath'}.$env{'form.access'}).'</h3>'.
More information about the LON-CAPA-cvs
mailing list