Summary: | Add ids to repeated pagination menus to allow for CSS customization | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, nengard, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8923 - Add ids to repeated pagination menus to allow for CSS customization
Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization [SIGNED-OFF] Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization |
Description
Owen Leonard
2012-10-15 16:52:53 UTC
Created attachment 12829 [details] [review] Bug 8923 - Add ids to repeated pagination menus to allow for CSS customization This patch adds ids to each pagination menu on the OPAC search results page so that they can be customized via CSS or JavaScript. To test, modify OpacUserCSS to hide ids "top-pages" and "bottom-pages" and confirm that they are hidden. Also fixed is an unescaped ampersand introduced by Bug 8209. Created attachment 12830 [details] [review] Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization This patch adds ids to each pagination menu on the OPAC search results page so that they can be customized via CSS or JavaScript. To test, modify OpacUserCSS to hide ids "top-pages" and "bottom-pages" and confirm that they are hidden. Also fixed is an unescaped ampersand introduced by Bug 8209. Revision removes debugging changes to an unrelated file. Created attachment 12861 [details] [review] [SIGNED-OFF] Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization This patch adds ids to each pagination menu on the OPAC search results page so that they can be customized via CSS or JavaScript. To test, modify OpacUserCSS to hide ids "top-pages" and "bottom-pages" and confirm that they are hidden. Also fixed is an unescaped ampersand introduced by Bug 8209. Revision removes debugging changes to an unrelated file. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> QA comment * tiny patch, template only * passes koha-qa.pl passed QA Patch pushed to master Does not apply on 3.8.x, please send a new patch if we need this fix there (In reply to comment #6) > Does not apply on 3.8.x, please send a new patch if we need this fix there Not applicable to 3.8.x. |