View | Details | Raw Unified | Return to bug 12325
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +2 lines)
Lines 42-49 $(document).ready(function(){ Link Here
42
            $(".linktools").hide();
42
            $(".linktools").hide();
43
            $("tr").removeClass("selected");
43
            $("tr").removeClass("selected");
44
            row.addClass("selected");
44
            row.addClass("selected");
45
            if($tgt.is("a")||$tgt.is(":nth-child(7)")||$tgt.is(":nth-child(8)")||$tgt.is(":nth-child(9)")||$tgt.is(":nth-child(10)")){
45
            if($tgt.is("a")||$tgt.is(":nth-child(4)")||$tgt.is(":nth-child(5)")){
46
                return true;
46
                //Don't show inline links for cells containing links of their own.
47
            } else {
47
            } else {
48
                var position = $(this).offset();
48
                var position = $(this).offset();
49
                var top = position.top+5;
49
                var top = position.top+5;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-3 / +2 lines)
Lines 43-50 $(document).ready(function(){ Link Here
43
            $(".linktools").hide();
43
            $(".linktools").hide();
44
            $("tr").removeClass("selected");
44
            $("tr").removeClass("selected");
45
            row.addClass("selected");
45
            row.addClass("selected");
46
            if($tgt.is("a")||$tgt.is(":nth-child(7)")||$tgt.is(":nth-child(8)")||$tgt.is(":nth-child(9)")||$tgt.is(":nth-child(10)")){
46
            if($tgt.is("a")||$tgt.is(":nth-child(8)")||$tgt.is(":nth-child(9)")||$tgt.is(":nth-child(10)")){
47
                return true;
47
                //Don't show inline links for cells containing links of their own.
48
            } else {
48
            } else {
49
                var position = $(this).offset();
49
                var position = $(this).offset();
50
                var top = position.top+5;
50
                var top = position.top+5;
51
- 

Return to bug 12325