Bugzilla – Attachment 16555 Details for
Bug 9803
question mark in cataloging not clearly a link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9803 - question mark in cataloging not clearly a link
Bug-9803---question-mark-in-cataloging-not-clearly.patch (text/plain), 2.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-03-20 18:53:23 UTC
(
hide
)
Description:
Bug 9803 - question mark in cataloging not clearly a link
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-03-20 18:53:23 UTC
Size:
2.17 KB
patch
obsolete
>From 77a9d9397ee5df0748e24732e2e33e6dac527250 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 20 Mar 2013 14:37:40 -0400 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 7e439bf..64298fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -416,7 +416,7 @@ function Changefwk(FwkList) { > <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;">[% innerloo.tag %]</a> > [% ELSE %] > <span class="tagnum" title="[% innerloo.tag_lib %]">[% innerloo.tag %] >- [% IF marcflavour != 'NORMARC' %]<a class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag %]', [% BIG_LOO.number %]); return false;"> ?</a>[% END %] >+ [% IF marcflavour != 'NORMARC' %]<a href="#" class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag %]', [% BIG_LOO.number %]); return false;"> ?</a>[% END %] > </span> > [% END %] > [% IF ( innerloo.fixedfield ) %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9803
:
16554
|
16555
|
16977