https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 103379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103379&action=edit Bug 11426: [POC] Make HighlightOwnItemsOnOPAC work with XSLT This xsl syntax is insane. We should add this ugly choose test all over this xsl file, then also in the detail page (with the class highlight-row-detail). Note that the non-XSLT view use HighlightOwnItemsOnOPACWhich that can be 'OpacURLBranch'. In that case we should not test logged_in_user_branchcode, but $ENV{BRANCHCODE}. However since we use plack this feature may have been lost. -- You are receiving this mail because: You are watching all bug changes.