[Bug 11426] Make HighlightOwnItemsOnOPAC work with XSLT
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Detail page: The highlight is supposed to be done adding a "highlight-row-detail" class, but it does not appear in the css file. Result page: The code has been copied from the detail page, but... cannot work. A class is also used, highlight-row-results, but is never set. The 'branchcode' key that is compared with $branchcode: 850 if ( $item->{branchcode} eq $branchcode ) { does not exist (not set by searchResults) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org