--- loncom/interface/loncreatecourse.pm 2023/03/29 16:01:13 1.177 +++ loncom/interface/loncreatecourse.pm 2025/03/18 18:57:28 1.178 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.177 2023/03/29 16:01:13 raeburn Exp $ +# $Id: loncreatecourse.pm,v 1.178 2025/03/18 18:57:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1251,7 +1251,7 @@ sub creation_display_filter { my ($contexts,$contextnames) = &context_names(); my $output = '<table><tr><td valign="top">'. '<span class="LC_nobreak"><b>'.&mt('Records/page:').'</b></span><br />'. - &Apache::lonmeta::selectbox('show',$curr->{'show'},'',undef, + &Apache::lonmeta::selectbox('show',$curr->{'show'},'','',undef, (&mt('all'),5,10,20,50,100,1000,10000)). '</td><td> </td>'; my $startform =