--- loncom/interface/portfolio.pm 2008/05/28 20:46:46 1.193
+++ loncom/interface/portfolio.pm 2008/11/28 16:10:20 1.197
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.193 2008/05/28 20:46:46 raeburn Exp $
+# $Id: portfolio.pm,v 1.197 2008/11/28 16:10:20 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -103,6 +103,17 @@ sub display_common {
# FIXME: This line should be deleted once Portfolio uses breadcrumbs
$r->print(&Apache::loncommon::help_open_topic('Portfolio About', &mt('Help on the portfolio')));
+ my $parse_check;
+ if (!&suppress_embed_prompt()) {
+ $parse_check = <<"END";
+
+
+
+
+END
+ }
$r->print(<<"TABLE");
'.$size.' | '); $r->print(''.&Apache::lonlocal::locallocaltime($mtime).' | '); if ($select_mode ne 'true') { - $r->print(''. - &mt($curr_access).' '); + $r->print(' | '); # Display status + $r->print(' | ' + .&mt($curr_access).' ' + ); my %anchor_fields = ( 'access' => $filename, 'currentpath' => $current_path ); $r->print(&make_anchor($url, \%anchor_fields, $access_admin_text).' | '); + } else { + $r->print(''); # Display status } - $r->print(' |