https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12236
--- Comment #5 from paxed <[email protected]> --- (In reply to M. Tompsett from comment #4) > I believe upon further inspection that: > > $( "#transport-types" ).accordion({ collapsible: true, active:false, > animate: 200 }); > > accomplishes what the point of this patch was. Marking as resolved/fixed. Not really. The intention was to have the unused entries start as collapsed, and the entries in use as open - easier to see with a glance which ones are in use, without needing to scroll past the unused entries. If I understand correctly, accordion will just make it even more awkward to see which ones are in use. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
