Bug 39583

Summary: Authority search "No results found" alert covers the entire search form
Product: Koha Reporter: George Williams (NEKLS) <george>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: angela.berrett, bugzilla, m.de.rooy, mteal, rcoert
Version: 24.11   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: .alert.alert-info message covers the search form on auth_finder.pl

Description George Williams (NEKLS) 2025-04-08 15:39:34 UTC
Created attachment 180726 [details]
.alert.alert-info message covers the search form on auth_finder.pl

If you load auth_finder.pl and do a search that yields no results, a message with the class .alert.alert-info opens with the text "No results found."

Prior to 24.11 this was a small message at the bottom of the screen under the search form.

In 24.11 the .alert.alert-info message covers the entire search form.

It would be nice to reign in the size of that alert message.

I'm attaching a screenshot
Comment 1 George Williams (NEKLS) 2025-04-09 14:28:37 UTC
Users can add the jQuery found at https://wiki.koha-community.org/wiki/JQuery_Library#Re-style_bad_message_when_.22No_results_found.22_on_auth_finder.pl to work around this problem until the problem is resolved.