Summary: | Give class to No Items Available text on OPAC results page | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
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: |
19.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 23726: Give class to No Items Available text on OPAC results page
Bug 23726: Give class to No Items Available text on OPAC results page Bug 23726: Give class to No Items Available text on OPAC results page |
Description
Lucas Gass (lukeg)
2019-10-03 09:33:43 UTC
Created attachment 93544 [details] [review] Bug 23726: Give class to No Items Available text on OPAC results page TEST PLAN: 1. Make an item unvailable and find the text "No Items Available" in the search results. 2. Inspect the element and notice it does not have its own class. 3. Apply patch, 4. add this CSS to the OPACUserCSS: ".noitems{color:red;font-size:large;}" 5. Notice that the text "No Items Available" is now big and red. Created attachment 93663 [details] [review] Bug 23726: Give class to No Items Available text on OPAC results page Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 93843 [details] [review] Bug 23726: Give class to No Items Available text on OPAC results page Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work! Pushed to master for 19.11.00 |