http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9803
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16554|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi <[email protected]> --- Created attachment 16555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16555&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. Signoff comment: The patch works as expected. Besides the cursor change, links still work on every tab. Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
