9 Nov
2023
9 Nov
'23
4:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007 --- Comment #12 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Nick Clemens from comment #7)
We may want a way to easily hide the table controls, not sure if there is a simple CSS
Putting this in SCOUserCSS seems to work: .buttons-copy, .buttons-csv, .buttons-print { display: none; } or if you don't want the search filter either: .table_controls { display: none; } -- You are receiving this mail because: You are watching all bug changes.