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

--- Comment #1 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to