http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9803 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 16554 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16554&action=edit Bug 9803 - question mark in cataloging not clearly a link When you hover your mouse over the MARC tag help link in cataloging the cursor doesn't change to a standard link pointer because the <a> tag has no "href" attribute. This patch adds a dummy href, "#" so that the cursor will treat it as a link. To test, apply the patch and load the MARC editor with a blank or existing record. The "Show MARC tag documentation links" checkbox must be checked. Hover your mouse over a "?" link in any tag. The cursor should change to a pointer like it does on other links. -- You are receiving this mail because: You are watching all bug changes.