[LON-CAPA-cvs] cvs: loncom /interface lonaboutme.pm
raeburn
raeburn at source.lon-capa.org
Wed Dec 27 22:33:15 EST 2023
raeburn Thu Dec 28 03:33:15 2023 EDT
Modified files:
/loncom/interface lonaboutme.pm
Log:
- Show links to portfolio files for which public access has been set (with
or without passphrase), even if the templated "About Me" page has never
been edited.
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.166 loncom/interface/lonaboutme.pm:1.167
--- loncom/interface/lonaboutme.pm:1.166 Wed Sep 27 14:52:26 2023
+++ loncom/interface/lonaboutme.pm Thu Dec 28 03:33:15 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Personal Information Page
#
-# $Id: lonaboutme.pm,v 1.166 2023/09/27 14:52:26 raeburn Exp $
+# $Id: lonaboutme.pm,v 1.167 2023/12/28 03:33:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -407,6 +407,9 @@
if ($target ne 'tex') {$r->print('<br />');} else {$r->print('\\\\');}
} else {
$r->print('<p class="LC_info">'.&mt('No personal information provided').'.</p>');
+ if ($target ne 'tex') {
+ &print_portfiles_link($r,$is_course);
+ }
}
if ($env{'request.course.id'}
More information about the LON-CAPA-cvs
mailing list