https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007
--- Comment #12 from Owen Leonard <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
