[Koha-bugs] [Bug 35007] Configure self checkout tables consistently

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 17:01:25 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007

--- Comment #12 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list