https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171#c1 brought it to my attention that the advanced search could use some touching up... See Bug 16363 for a floating toolbar also
Created attachment 50785 [details] [review] Bug 16364: Cleaning up appearance of advanced search This patch uses the page space a bit more wisely to reduce scrolling To test: 1) Go to advanced search 2) Notice Subtype limits and Sorting divs are now stacked and Location and availability div is floated to the right (reduces scrolling) 3) Click [More options] 4) Notice Item type div becomes smaller and Limits div is now floated to the right 5) Notice that checkboxes next to item types are nicely aligned Sponsored-by: Catalyst IT
Created attachment 50801 [details] Screenshot showing layout problems The layout isn't working for me. Can you post a screenshot of what you see?
Created attachment 50848 [details] This is how it should look showing fewer options
However, when I click More options on my computer at work the layout looks the way it should but it breaks on my personal laptop. I will keep working on this.
Hi Aleisha, did you see the more/fewer options are configurable with system preferences? Maybe that's one of the differences between yours and Owen's view. (OpacAdvSearchMoreOptions, OpacAdvSearchOptions)
Hm ok, scratch that - seems to only apply to the OPAC!
Aleisha if you're looking to make two 50% width columns, the built-in grid can do that: https://wiki.koha-community.org/wiki/Interface_patterns#Grids_within_pages
(In reply to Owen Leonard from comment #7) > Aleisha if you're looking to make two 50% width columns, the built-in grid > can do that: > > https://wiki.koha-community.org/wiki/Interface_patterns#Grids_within_pages I think this may have been exactly what I was needing ... thanks, will have a look at a new patch