[Koha-bugs] [Bug 28453] Update pagination subroutine to generate Bootstrap markup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 6 20:46:34 CEST 2021


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 125849
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125849&action=edit
Bug 28453: Update pagination subroutine to generate Bootstrap markup

This patch modifies Output.pm to change the HTML it generates when
creating pagination bars. The changes allow the pagination menu to be
styled like Bootstrap pagination, making them consistent with the
pagination on catalog search results.

To test, apply the patch and rebuild the staff interface CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

- Test pages where the pagination_bar subroutine is called:
  - Administration -> Record matching rules.
  - Authorities -> Authority search results.
  - Cataloging -> Cataloging search results.
  - Cataloging -> MARC Editor -> Edit tag which is configured to use the
    unimarc_field_210c value builder.
  - Reports -> Saved SQL reports -> Results.
  - Tools -> Comments.
  - Lists -> List contents.

The pagination bar markup was removed from the templates for these pages
because it wasn't being used:

  - Administration -> Patron attribute types.
  - Tools -> Tags.

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


More information about the Koha-bugs mailing list