--- loncom/interface/loncreateuser.pm 2022/12/01 01:28:26 1.466 +++ loncom/interface/loncreateuser.pm 2023/03/29 16:01:13 1.467 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.466 2022/12/01 01:28:26 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.467 2023/03/29 16:01:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7553,7 +7553,7 @@ sub activity_display_filter { my $nolink = 1; my $output = ''; my $startform = @@ -7643,7 +7643,7 @@ sub role_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 =
'. ''.&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)). '