--- loncom/homework/inputtags.pm 2023/09/11 13:44:18 1.333.2.14 +++ loncom/homework/inputtags.pm 2024/07/01 23:09:00 1.333.2.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.333.2.14 2023/09/11 13:44:18 raeburn Exp $ +# $Id: inputtags.pm,v 1.333.2.15 2024/07/01 23:09:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -663,8 +663,13 @@ sub file_selector { $result .= &Apache::lonhtmlcommon::row_title($addfiles); my $constraints; if ($uploadedfiletypes ne '*') { + my $showtypes = $uploadedfiletypes; + if ($showtypes =~ /,/) { + my $conjunc = &mt('or'); + $showtypes =~ s/,([^,]+)$/ $conjunc $1/; + } $constraints = - &mt('Allowed filetypes: [_1]',''.$uploadedfiletypes.'').'
'; + &mt('Allowed filetypes: [_1]',''.$showtypes.'').'
'; } if ($maxfilesize) { $constraints .= &mt('Combined size of all files not to exceed: [_1] MB.',