Add bigger next/previous targets and merge null transcendancy fix
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 13 Sep 2010 19:47:56 +0000 (19:47 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 13 Sep 2010 19:47:56 +0000 (19:47 +0000)
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
web/opac/skin/lul/xml/result/result_table.xml

index e172568..0854626 100644 (file)
@@ -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 ) 
index 9890624..59d4fbf 100644 (file)
                       style='padding-left: 40px;' >
                    <a class='search_page_nav_link' id='search_home_link2' 
                       title="&rdetail.page.results;">&rdetail.start;</a><a class='search_page_nav_link' 
-                      id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.symbol;</a>
+                      id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.symbol; &rdetail.page.previous;</a>
             
                    <span class='search_page_nav_link' id='page_numbers2'> </span>
                       <a  class='search_page_nav_link' id='next_link2' 
-                         title='&rdetail.page.next;'>&rdetail.page.next.symbol;</a>
+                         title='&rdetail.page.next;'>&rdetail.page.next; &rdetail.page.next.symbol;</a>
                       <!--
                       <a class='search_page_nav_link' 
                          id='end_link2' title="&rdetail.page.last;">&rdetail.end;</a>