From: gfawcett Date: Mon, 6 Apr 2009 01:01:04 +0000 (+0000) Subject: fixed bug with paginator on search-results X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4cf485d37791d922e8ecf4be90b9574947268562;p=Syrup.git fixed bug with paginator on search-results git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@289 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/templates/paginate.xhtml b/conifer/templates/paginate.xhtml index 2fe6e41..2a173df 100644 --- a/conifer/templates/paginate.xhtml +++ b/conifer/templates/paginate.xhtml @@ -18,16 +18,16 @@
- Previous + Previous ${pp} + href=".?page=${pp}&count=${count}&q=${query}&target=${target}">${pp} - Next + Next
diff --git a/conifer/templates/search_results.xhtml b/conifer/templates/search_results.xhtml index bb7f3e4..80b88c5 100644 --- a/conifer/templates/search_results.xhtml +++ b/conifer/templates/search_results.xhtml @@ -76,7 +76,7 @@ courses = course_list ${item.course.title} ${item.smallint()} • ${item.barcode()} - ${pagetable(paginator, count, pagerow, pageheader)} + ${pagetable(paginator, count, pagerow, pageheader, query=query_string)}