--- loncom/interface/loncreateuser.pm 2024/09/03 03:45:35 1.482 +++ 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.482 2024/09/03 03:45:35 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.485 2025/03/18 18:57:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2853,7 +2853,7 @@ sub personal_data_display { } my $genhelp=&Apache::loncommon::help_open_topic('Generation'); - $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 = @@ -8675,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 = |