Jesús García Crespo
unread,May 21, 2009, 4:10:27 AM5/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Qubit Toolkit Developers
Hi Qubit Developers,
In apps/qubit/modules/term/templates/browseTermSuccess.php, it seems
that "next" button links to last page instead of next one.
apps/qubit/modules/term/templates/browseTermSuccess.php - Line 9:
- <?php echo link_to(__('next').' >', 'term/browse?termId='.
$termId.'&sortColumn='.$sortColumn.'&sortDirection='.
$sortDirection.'&page='.($informationObjects->getLastPage()+1)) ?>
+ <?php echo link_to(__('next').' >', 'term/browse?termId='.
$termId.'&sortColumn='.$sortColumn.'&sortDirection='.
$sortDirection.'&page='.($informationObjects->getPage()+1)) ?>
Regards,
Jesús