15 is too little
This commit is contained in:
parent
f574fd7dbf
commit
570ecd0c50
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ sub getManagerPaginator {
|
||||||
;
|
;
|
||||||
|
|
||||||
my $recordOffset = $session->form->get( 'recordOffset' ) || 1;
|
my $recordOffset = $session->form->get( 'recordOffset' ) || 1;
|
||||||
my $rowsPerPage = $session->form->get( 'rowsPerPage' ) || 15;
|
my $rowsPerPage = $session->form->get( 'rowsPerPage' ) || 25;
|
||||||
my $currentPage = int ( $recordOffset / $rowsPerPage ) + 1;
|
my $currentPage = int ( $recordOffset / $rowsPerPage ) + 1;
|
||||||
|
|
||||||
my $p = WebGUI::Paginator->new( $session, '', $rowsPerPage, 'pn', $currentPage );
|
my $p = WebGUI::Paginator->new( $session, '', $rowsPerPage, 'pn', $currentPage );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue