[Koha-bugs] [Bug 11426] Make HighlightOwnItemsOnOPAC work with XSLT

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 16:40:09 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list