From 1d2a37f47492c68006f57755056b97beb206de0e Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 13 Sep 2010 19:47:56 +0000 Subject: [PATCH] Add bigger next/previous targets and merge null transcendancy fix git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@989 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- web/opac/skin/lul/js/result_common.js | 2 +- web/opac/skin/lul/xml/result/result_table.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/opac/skin/lul/js/result_common.js b/web/opac/skin/lul/js/result_common.js index e172568aeb..0854626c1d 100644 --- a/web/opac/skin/lul/js/result_common.js +++ b/web/opac/skin/lul/js/result_common.js @@ -824,7 +824,7 @@ function resultDisplayCopyCounts(rec, pagePosition, copy_counts) { /* here we style opac-invisible records for xul */ if( cts.depth == 0 ) { - if(!cts.transcendant && !cts.unshadow) { + if(cts.transcendant == null && !cts.unshadow) { _debug("found an opac-shadowed record: " + rec.doc_id()); var row = cell.parentNode.parentNode.parentNode.parentNode.parentNode; if( cts.count == 0 ) diff --git a/web/opac/skin/lul/xml/result/result_table.xml b/web/opac/skin/lul/xml/result/result_table.xml index 9890624758..59d4fbf994 100644 --- a/web/opac/skin/lul/xml/result/result_table.xml +++ b/web/opac/skin/lul/xml/result/result_table.xml @@ -255,11 +255,11 @@ style='padding-left: 40px;' > &rdetail.start;&rdetail.page.previous.symbol; + id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.symbol; &rdetail.page.previous; &rdetail.page.next.symbol; + title='&rdetail.page.next;'>&rdetail.page.next; &rdetail.page.next.symbol;