Summary: | Spacing of availability note in intranet search results unclear | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Searching | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, lucas, oleonard |
Version: | Main | ||
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: |
results list
Bug 24234: fix css in staff search results Bug 24234: fix css in staff search results Bug 24234: fix css in staff search results |
Created attachment 96290 [details] [review] Bug 24234: fix css in staff search results A simple CSS change to make “x on loan:” and “x unavailable:” heading bold. It also confines the width/weight of img so it can never push the headings out to the right. TEST PLAN: 1 - search for a record with at least 3 items. Check one out, make another one damaged, and keep one available. 2. Search for the record 3. See unclear results in the availability section. 4. Apply patch and regenerate css (yarn build) 5. restart_all and clear cache. 6. view new, easier to read availability section Had to install yarn to get it to work on a sandbox, but otherwise looks good! Signing off. Created attachment 96348 [details] [review] Bug 24234: fix css in staff search results Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Created attachment 96349 [details] [review] Bug 24234: fix css in staff search results Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> I like the boldness on the subheadings, but not sure about the boldness on the locations. I think it might be a bit too much. Adding Owen for another opinion. I think this I think this bug is actually fixed by bz24282. (In reply to Lucas Gass from comment #7) > I think this bug is actually fixed by bz24282. Should we mark it as duplicated then? |
Created attachment 96233 [details] results list In search results on the Intranet, Koha lists available copies then unavailable copies, with a note about why they're unavailable. See attached screenshot. The spacing of this information makes the unavailable note ("1 unavailable:" or "1 on loan:") end up closer to the item above than the item below, giving the impression that the note applies to the first item rather than the second.