Disabled buttons in Koha appear no different than enabled buttons. We should really have some CSS in Koha to make disabled buttons distinguishable from enabled ones
Created attachment 9645 [details] [review] Bug 8107 - Disabled buttons not distinguishable from enabled buttons Add a "greyed-out" style for disabled buttons. Having looked through the templates for examples of usage of this I'm not convinced that we should really be showing disabled buttons. I think in general it would be better to hide or show a button based on whether the action is available.
Created attachment 9662 [details] [review] Bug 8107 - Disabled buttons not distinguishable from enabled buttons Add a "greyed-out" style for disabled buttons. Having looked through the templates for examples of usage of this I'm not convinced that we should really be showing disabled buttons. I think in general it would be better to hide or show a button based on whether the action is available. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> I agree, I think hiding or showing is better, but this patch is harmless enough, until we want to go fixing our usage
QA Comments: Simple ergonomic modification Passed QA.
probably usefull and harmless to backport to 3.8
Pushed to 3.8.x, will be in 3.8.2