http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13617
--- Comment #6 from Owen Leonard <[email protected]> --- > I also notice that Suspend is a an anchor tag and the Resume is a button > tag. Very unusual and inconsistent. The suspend link is a trigger to a modal form. It could be anything--<button>, <input>, <a>... JavaScript doesn't care. If there is a consensus that it is more logical to present it as a button we can do that. The suspend link doesn't even show up if JavaScript is disabled. The resume button is an actual button which controls submission of a form. It works with and without JavaScript enabled. In both cases the element is being styled as what it is--a link and a button. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
