--- loncom/interface/londocs.pm 2007/07/14 00:10:13 1.292 +++ loncom/interface/londocs.pm 2007/07/20 00:28:27 1.294 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.292 2007/07/14 00:10:13 albertel Exp $ +# $Id: londocs.pm,v 1.294 2007/07/20 00:28:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1304,7 +1304,6 @@ sub update_parameter { if ($env{'form.'.$which.'_'.$idx}) { my $value = ($which eq 'randompick') ? $env{'form.'.$which.'_'.$idx} : 'yes'; - &Apache::lonnet::logthis("val $value"); &LONCAPA::map::storeparameter($idx, 'parameter_'.$which, $value, $parameter_type{$which}); &remember_parms($idx,$which,'set',$value); @@ -2663,6 +2662,7 @@ sub handler { 'bull' => 'Bulletin Board', 'mypi' => 'My Personal Info', 'grpo' => 'Group Files', + 'rost' => 'Course Roster', 'abou' => 'About User', 'imsf' => 'Import IMS package', 'file' => 'File', @@ -2733,7 +2733,8 @@ ENDCOURSEVERIFY &mt('Editing the Table of Contents for your '.$type))); } # --------------------------------------------------------- Standard documents - $r->print('
');
# ''.&mt('Main Course Documents').
@@ -2742,6 +2743,8 @@ ENDCOURSEVERIFY
if ($folder eq '' || $folder eq 'supplemental') {
$folder='default';
$env{'form.folderpath'}='default&'.&escape(&mt('Main '.$type.' Documents'));
+ $uploadtag = '';
}
my $postexec='';
if ($folder eq 'default') {
@@ -2951,6 +2954,15 @@ value="Group Files=/adm/$coursedom/$cour
$help{'Group Files'}
+
ENDFORM
}
if ($env{'form.pagepath'}) {
|