--- loncom/interface/loncommon.pm 2025/02/21 04:29:26 1.1460 +++ loncom/interface/loncommon.pm 2025/03/20 15:46:05 1.1473 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1460 2025/02/21 04:29:26 raeburn Exp $ +# $Id: loncommon.pm,v 1.1473 2025/03/20 15:46:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -966,7 +966,9 @@ ENDSCRT sub select_timezone { my ($name,$selected,$onchange,$includeempty,$id,$disabled)=@_; - my $output=''."\n"; if ($includeempty) { $output .= ''); foreach my $sample (sort({$a <=> $b} keys(%{ $samples->[0] }))) { @@ -15715,8 +15835,10 @@ sub csv_samples_select_table { &end_data_table_header_row()); foreach my $key (sort(keys(%{ $samples->[0] }))) { + my $num = $i+1; + my $labeltext = &HTML::Entities::encode(&mt('Field for data in column [_1]',$num)); $r->print(&start_data_table_row().''."\n". ''. '
'. 'captcha'; last;