Summary: | Pagination buttons on staged marc management are stacking instead of inline | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Tools | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | edward.m.veal, fridolin.somers, m.de.rooy, michael, oleonard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 19643: Pagination buttons on staged marc management are stacking instead of inline
Bug 19643: Pagination buttons on staged marc management are stacking instead of inline Bug 19643: Pagination buttons on staged marc management are stacking instead of inline |
Description
Nick Clemens (kidclamp)
2017-11-16 17:53:10 UTC
This CSS can help div.pages { margin: .5em 0; display: flex; flex-wrap: wrap; } .pages .nav { margin-bottom: 10px; } Created attachment 69186 [details] [review] Bug 19643: Pagination buttons on staged marc management are stacking instead of inline This patch modifies the template for staged MARC import management to correct a problem with the style of pagination links. To test you must have more than 25 staged imports. Go to Tools -> Staged MARC management. The pagination links, both at the top and the bottom, should look correct (use multi-page SQL report results for reference). Created attachment 69187 [details] [review] Bug 19643: Pagination buttons on staged marc management are stacking instead of inline This patch modifies the template for staged MARC import management to correct a problem with the style of pagination links. To test you must have more than 25 staged imports. Go to Tools -> Staged MARC management. The pagination links, both at the top and the bottom, should look correct (use multi-page SQL report results for reference). Signed-off-by: Nick Clemens <nick@bywatersolutions.com> *** Bug 19622 has been marked as a duplicate of this bug. *** Created attachment 69377 [details] [review] Bug 19643: Pagination buttons on staged marc management are stacking instead of inline This patch modifies the template for staged MARC import management to correct a problem with the style of pagination links. To test you must have more than 25 staged imports. Go to Tools -> Staged MARC management. The pagination links, both at the top and the bottom, should look correct (use multi-page SQL report results for reference). Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Removes the string "Page". Should not hinder translation imo. Pushed to master for 18.05, thanks to everybody involved! Thanks everyone, it will be nice to glean out the work around css. Ed Pushed to stable for 17.11.01, awesome work all! Pushed to 17.05.x, will be in v17.05.07 |