13 Nov
2014
13 Nov
'14
2:33 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13234 --- Comment #10 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #8)
Now we have the sort available in the table, the "order by" dropdown list can be removed.
Removing the dropdown would remove that functionality for users without JavaScript, so I would rather we not remove it. However, we could hide it with JavaScript or add this to the OPAC stylesheet: .no-js #opac-user-readingrec .resultscontrol { display: none; } -- You are receiving this mail because: You are watching all bug changes.