--- loncom/homework/inputtags.pm 2019/08/11 16:19:52 1.348 +++ loncom/homework/inputtags.pm 2019/08/11 17:11:00 1.349 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.348 2019/08/11 16:19:52 raeburn Exp $ +# $Id: inputtags.pm,v 1.349 2019/08/11 17:11:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -667,14 +667,14 @@ sub file_selector { if ($constraints) { $result .= $constraints.'
'; } - if ($which eq 'uploadonly' || $which eq 'both') { + if ($which eq 'uploadonly' || $which eq 'both') { my $free_space = $maxfilesize * 1048576; $result .= &mt('Submit a file: (only one file per submission)'). '
'. '
'; - } + } if ( $which eq 'both') { $result.='
'.''.&mt('OR:').'
'; } @@ -695,7 +695,6 @@ sub file_selector { &mt('Select Portfolio Files: (one or more files per submission)').'
'. ''. '
'; - } $result.=&Apache::lonhtmlcommon::row_closure(1); return $result;