Bug 8597 added another set of pagination links to the top of the OPAC search results page in the prog templates. It should be possible to hide this with CSS.
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.