https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #4 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
