https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13094 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Summary|Cancel all holds button |Make it easy to hide |text needs .class or at |'Cancel all holds' button |least an html tag. |on holds over report --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- You can already hide the button with: form[name=cancelAllReserve] { display:none; } But this leaves the text that and is a syntax not everyone might be familiar with. I suggest to wrap both into a span that will make things easier. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.