Summary: | question mark in cataloging not clearly a link | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
Version: | Main | ||
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: | ||
Circulation function: | |||
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
Created attachment 16554 [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. Created attachment 16555 [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> QA comment: Simple patch. It changes the cursor for help links on cataloguing. Marked as Passed QA. 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> This patch has been pushed to master. |