--- loncom/homework/inputtags.pm 2019/08/07 19:32:38 1.347 +++ loncom/homework/inputtags.pm 2019/08/11 16:19:52 1.348 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.347 2019/08/07 19:32:38 raeburn Exp $ +# $Id: inputtags.pm,v 1.348 2019/08/11 16:19:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -671,8 +671,9 @@ sub file_selector { my $free_space = $maxfilesize * 1048576; $result .= &mt('Submit a file: (only one file per submission)'). '
'. - '
'; + '" id="HWFILE'.$jspart.'_'.$id.'" class="LC_flUpload LC_hwkfile" />'. + '
'; } if ( $which eq 'both') { $result.='
'.''.&mt('OR:').'
';