https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24608 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99990|0 |1 is obsolete| | --- Comment #40 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126198&action=edit Bug 24608: (follow-up) Buttons should be buttons No idea why I used <a> elements for the Edit buttons. But the 'disabled' attribute has no effect on <a> elements, which leads to all sorts of problems when you have disabled buttons that are not disabled. Switched to <button> elements. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> -- You are receiving this mail because: You are watching all bug changes.