[Koha-bugs] [Bug 13094] Make it easy to hide 'Cancel all holds' button on holds over report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 3 21:57:54 CET 2019


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at 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 at 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.


More information about the Koha-bugs mailing list