--- loncom/interface/lonmeta.pm 2014/06/22 19:46:48 1.254 +++ loncom/interface/lonmeta.pm 2025/03/18 18:57:28 1.258 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.254 2014/06/22 19:46:48 raeburn Exp $ +# $Id: lonmeta.pm,v 1.258 2025/03/18 18:57:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -550,13 +550,20 @@ sub direct { } sub selectbox { - my ($name,$value,$functionref,@idlist)=@_; + my ($name,$value,$readonly,$id,$functionref,@idlist)=@_; if (! defined($functionref)) { $functionref=\&direct; } - my $selout=''; foreach my $id (@idlist) { - $selout.='