--- loncom/interface/portfolio.pm 2010/01/25 21:24:26 1.212.2.2
+++ loncom/interface/portfolio.pm 2009/05/06 13:38:34 1.214
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.212.2.2 2010/01/25 21:24:26 raeburn Exp $
+# $Id: portfolio.pm,v 1.214 2009/05/06 13:38:34 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -158,7 +158,6 @@ END
'fieldname' => $env{"form.fieldname"},
'continue' => $env{"form.continue"}
);
- $r->print('
');
$r->print(''.&make_anchor($url,\%anchor_fields,$port_path).'/');
if (@tree > 1){
my $newCurrentPath = '/';
@@ -236,7 +235,7 @@ sub display_directory_line {
$r->print($line); # contains first two cells of table
my $lock_info;
if ($version_flag) { # versioned can't be versioned, so TRUE when root file
- $r->print('
![]('.&Apache::loncommon::icon($filename).') | ');
+ $r->print('![]('.&Apache::loncommon::icon($filename).') | ');
$r->print(''.$version_flag.' | ');
} else { # this is a graded or handed back file
my ($user,$domain) = &get_name_dom($env{'form.group'});
@@ -414,7 +413,7 @@ sub display_directory {
$colspan_fill=' colspan="4"';
}
$r->print('');
- $r->print('!['.&mt('closed folder').']('.$iconpath.'folder_closed.gif) | '
+ $r->print('!['.&mt('closed folder').']('.$iconpath.'navmap.folder.closed.gif) | '
.''.&mt('Go to ...').' | ');
my %anchor_fields = (
'selectfile' => $filename.'/',
@@ -1358,7 +1357,7 @@ sub standard_settings {
&build_access_summary($r,$count,$chg,%conditionals);
$r->print(&Apache::loncommon::end_data_table());
} else {
- $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course/community affiliation.'));
+ $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course affiliation.'));
}
}
@@ -2274,7 +2273,7 @@ sub handler {
} else {
($uname,$udom) = &get_name_dom();
$portfolio_root = &get_portfolio_root();
- $title = &mt('Portfolio Manager');
+ $title = &mt('My Space');
$can_modify = 1;
$can_delete = 1;
$can_upload = 1;