--- loncom/interface/loncreateuser.pm 2025/02/26 15:39:20 1.484 +++ loncom/interface/loncreateuser.pm 2025/03/18 18:57:28 1.485 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.484 2025/02/26 15:39:20 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.485 2025/03/18 18:57:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8612,7 +8612,7 @@ sub activity_display_filter { my $nolink = 1; my $output = '
'.
''.&mt('Actions/page:').' '. - &Apache::lonmeta::selectbox('show',$curr->{'show'},'',undef, + &Apache::lonmeta::selectbox('show',$curr->{'show'},'','',undef, (&mt('all'),5,10,20,50,100,1000,10000)). ' | '; my $startform = @@ -8702,7 +8702,7 @@ sub role_display_filter { my $nolink = 1; my $output = ' |
'.
''.&mt('Changes/page:').' '. - &Apache::lonmeta::selectbox('show',$curr->{'show'},'',undef, + &Apache::lonmeta::selectbox('show',$curr->{'show'},'','',undef, (&mt('all'),5,10,20,50,100,1000,10000)). ' | '; my $startform = |