--- loncom/interface/portfolio.pm 2008/11/28 17:04:25 1.198
+++ loncom/interface/portfolio.pm 2008/11/28 18:18:39 1.199
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.198 2008/11/28 17:04:25 bisitz Exp $
+# $Id: portfolio.pm,v 1.199 2008/11/28 18:18:39 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -87,13 +87,12 @@ sub display_common {
my $groupitem = &group_form_data();
my $iconpath= $r->dir_config('lonIconsURL') . "/";
- my %text=&Apache::lonlocal::texthash(
+ my %lt=&Apache::lonlocal::texthash(
'upload' => 'Upload',
- 'upload_label' =>
- 'Upload file to current directory:',
+ 'upload_label' => 'Upload file to current directory',
'createdir' => 'Create Subdirectory',
'createdir_label' =>
- 'Create subdirectory in current directory:',
+ 'Create subdirectory in current directory',
'parse' => 'If HTML file, upload embedded images/multimedia/css/linked files'
);
my $escuri = &HTML::Entities::encode($r->uri,'&<>"');
@@ -108,50 +107,51 @@ sub display_common {
$parse_check = <<"END";
-
END
}
- $r->print(<<"TABLE");
-
- $text{'upload_label'} - | -- - | -
- $text{'createdir_label'} - | -- - | -
'. &Apache::loncommon::help_open_topic('Portfolio DeleteFile').' +
'