--- loncom/interface/slotrequest.pm 2023/07/12 15:48:23 1.147
+++ loncom/interface/slotrequest.pm 2025/03/18 18:57:28 1.148
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for requesting to have slots added to a students record
#
-# $Id: slotrequest.pm,v 1.147 2023/07/12 15:48:23 raeburn Exp $
+# $Id: slotrequest.pm,v 1.148 2025/03/18 18:57:28 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2916,7 +2916,7 @@ sub display_filter {
my (%titles,%maptitles);
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 = |