[LON-CAPA-cvs] cvs: loncom /interface portfolio.pm

raeburn raeburn at source.lon-capa.org
Wed Jun 18 13:37:48 EDT 2014


raeburn		Wed Jun 18 17:37:48 2014 EDT

  Modified files:              
    /loncom/interface	portfolio.pm 
  Log:
  - Bug 6710
    - Wording change. The "Course Info" button is actually the Group Portfolio
      link/icon in Course Editor -> Collaboration. 
  
  
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.252 loncom/interface/portfolio.pm:1.253
--- loncom/interface/portfolio.pm:1.252	Tue Jan 14 18:54:56 2014
+++ loncom/interface/portfolio.pm	Wed Jun 18 17:37:48 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # portfolio browser
 #
-# $Id: portfolio.pm,v 1.252 2014/01/14 18:54:56 bisitz Exp $
+# $Id: portfolio.pm,v 1.253 2014/06/18 17:37:48 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -912,7 +912,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 course editing rights may add a 'Group Portfolio' item using the Course Editor (Collaboration tab), to provide access to viewable group portfolio files.").'<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