[Koha-bugs] [Bug 13464] Standardize the pagination class

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 21 14:55:32 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13464

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 49385
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49385&action=edit
Bug 13464 - Standardize the pagination class

There are a few template which use a different wrapper class for the
pagination links. These should be made consistent for a consistent
style.

To test, apply the patch and go to Administration -> Budgets.

- On this page the pagination markup has been removed in favor of
  DataTables pagination. The budget tables were already sorted using
  DataTables, so having server-side pagination on top of that doesn't
  make sense.

In Administration -> Class sources:

- This page had pagination markup which was unused.

In Authorities -> Authority search results:

- Perform an authority search which will return more than one page of
results. Confirm that the pagination links are correctly styled.

In Search -> Item search:

- Perform a search which will return more than one page of results.
Confirm that the pagination links are correctly styled.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list