[Koha-bugs] [Bug 18008] Use templates for generating pagination in intranet

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 2 09:47:07 CET 2017


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

--- Comment #2 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 59769
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59769&action=edit
Bug 18008: Make pagination generated in templates

It generates pagination in bootstrap style (as bug 18005 also do)

Modified pages:
acqui/neworderbiblio.pl
authorities/authorities-home.pl
catalogue/itemsearch.pl
cataloguing/addbooks.pl
cataloguing/value_builder/marc21_linking_section.pl
cataloguing/value_builder/unimarc_field_210c.pl
cataloguing/value_builder/unimarc_field_4XX.pl
reports/guided_reports.pl
reviews/reviewswaiting.pl
tags/review.pl
virtualshelves/shelves.pl

note, that on itemsearch.pl, this pagination is used just as fallback
when the javascript is off

Test plan:
0) Apply the patch
1) go through pages from the list above/use cataloguing plugins, and
make the data to be big enough for pagination
2) confirm that pagination looks nice and behave correctly
3) git grep pagination_bar
  should return just C4/Output.pm and opac templates (I'll deal with it
          on another bugs)

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


More information about the Koha-bugs mailing list