From 08e8bfe679f2254ca90f304a4076d9426c7b3af3 Mon Sep 17 00:00:00 2001 From: berick Date: Fri, 1 Apr 2011 14:37:52 -0400 Subject: [PATCH] consistent w/ seed skin (and to avoid total vertical domination), default to showing 10 copies-per-page on detail page --- .../perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm index c3716d5..9f45337 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm @@ -15,7 +15,7 @@ sub load_record { my $org = $self->cgi->param('loc') || $self->ctx->{aou_tree}->()->id; my $depth = $self->cgi->param('depth') || 0; - my $copy_limit = int($self->cgi->param('copy_limit') || 20); + my $copy_limit = int($self->cgi->param('copy_limit') || 10); my $copy_offset = int($self->cgi->param('copy_offset') || 0); my $rec_id = $self->ctx->{page_args}->[0] -- 1.7.2.5