--- loncom/interface/portfolio.pm 2008/11/28 18:18:39 1.199
+++ loncom/interface/portfolio.pm 2008/12/05 10:23:56 1.200
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.199 2008/11/28 18:18:39 bisitz Exp $
+# $Id: portfolio.pm,v 1.200 2008/12/05 10:23:56 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1500,7 +1500,7 @@ sub course_row {
}
$max_id ++;
my $role_selects = &role_selectors($num,$role_id,$type,$content,'display');
- $r->print('
| '.$role_selects.'
');
+ $r->print('
| '.$role_selects.'
');
}
$r->print('');
}
@@ -1575,7 +1575,7 @@ sub additional_item {
sub actionbox {
my ($status,$num,$scope) = @_;
- my $output = '
'.
''.&mt('Update');
}
@@ -1605,7 +1605,7 @@ sub dateboxes {
undef,undef,1);
my $enddate = &Apache::lonhtmlcommon::date_setter('portform',
'enddate_'.$num,$end,undef,undef,undef,1,undef,
- undef,undef,1). ' '.
+ undef,undef,1). ' '.
''.&mt('No end date').
'';