Changing next_page to nextpage to match prevpage and all the templates seem to expect nextpage
This commit is contained in:
parent
5246492046
commit
fbdf670fc7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ if ($op eq 'add_form') {
|
||||||
}
|
}
|
||||||
if ($offset+$pagesize<$count) {
|
if ($offset+$pagesize<$count) {
|
||||||
$template->param(ltcount => 1,
|
$template->param(ltcount => 1,
|
||||||
next_page => $offset+$pagesize);
|
nextpage => $offset+$pagesize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue