Bug 9803

Summary: question mark in cataloging not clearly a link
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: minor    
Priority: P5 - low CC: jonathan.druart, tomascohen
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 9366    
Attachments: Bug 9803 - question mark in cataloging not clearly a link
Bug 9803 - question mark in cataloging not clearly a link
Bug 9803 - question mark in cataloging not clearly a link

Description Nicole C. Engard 2013-03-12 23:23:50 UTC
When you mouse over the question mark to the right of marc fields in cataloging it's not clear that it's a link because the usual cursor don't show up.
Comment 1 Owen Leonard 2013-03-20 18:42:19 UTC Comment hidden (obsolete)
Comment 2 Tomás Cohen Arazi 2013-03-20 18:53:23 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-03-28 15:09:52 UTC
QA comment:
Simple patch. It changes the cursor for help links on cataloguing.
Marked as Passed QA.
Comment 4 Jonathan Druart 2013-03-28 15:10:08 UTC
Created attachment 16977 [details] [review]
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 <tomascohen@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Jared Camins-Esakov 2013-03-30 02:44:39 UTC
This patch has been pushed to master.