In the OPAC search results if an item is unavailable the text "No Items Available" appears but is not inside of an HTML element and can be hard to change or apply CSS to. This should be inside a <span> element.
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