Bugzilla – Attachment 5700 Details for
Bug 6954
z39.50 results highlighting not sticking
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6924: z39.50 results highlighting not sticking
SIGNED-OFF-Bug-6924-z3950-results-highlighting-not.patch (text/plain), 1.71 KB, created by
Nicole C. Engard
on 2011-10-04 17:06:21 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6924: z39.50 results highlighting not sticking
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-10-04 17:06:21 UTC
Size:
1.71 KB
patch
obsolete
>From 7c6e98744181c5ed8de8a69c90b20128bf510e45 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Tue, 4 Oct 2011 12:46:24 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 6924: z39.50 results highlighting not sticking > >Moves the highlighting call of the JS up to right after 'row' is defined, so the >highlighting will stick even after you click on of the popup menu options > >http://bugs.koha-community.org/show_bug.cgi?id=6954 >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 5adc074..20150ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -43,6 +43,7 @@ $(document).ready(function(){ > var row = $(this).parent(); > $(".linktools").hide(); > $("tr").removeClass("selected"); >+ row.addClass("selected"); > if($tgt.is("a")||$tgt.is(":nth-child(7)")||$tgt.is(":nth-child(8)")||$tgt.is(":nth-child(9)")||$tgt.is(":nth-child(10)")){ > return true; > } else { >@@ -51,7 +52,6 @@ $(document).ready(function(){ > var left = position.left+5; > $(".linktools",row).show().css("position","absolute").css("top",top).css("left",left); > } >- row.addClass("selected"); > }); > $("form[name='f']").submit(function(){ > if ($('input[type=checkbox]').filter(':checked').length == 0) { >-- >1.7.2.3
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 6954
:
5698
| 5700