http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8917
--- Comment #37 from Jonathan Druart <[email protected]> --- Comment on attachment 15713 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15713 [SIGNED-OFF] Bug 8917 : Adding link tracking to the opac detail page, without xslt Review of attachment 15713: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8917&attachment=15713) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ +716,4 @@ > <br />[% END %] > <!-- here you might do a tmpl_if name="toc" and use greybox or > equivalent for table of contents --> > > + [% IF ( MARCurl.OPACurlOpenInNewWindow ) %] This is always false. The variable to test is OPACurlOpenInNewWindow. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
