[Koha-devel] Hardcoding XSLT files to force opening URLs in new window (bug #3098)

Frederic Demians frederic at tamil.fr
Fri Jul 24 18:49:46 CEST 2009


> I have not yet been able to figure out how to pass the syspref into 
> the XSLT files, but I have been able to hardcode those files to force 
> opening a new window instead of the default same window. 

I have a patch to do that. I will package it and send it to patches 
list. You will have syspref appended to <record> like that:

<record>
...
<sysprefs>
<syspref name="OPACURLOpenInNewWindow">0</syspref>
</sysprefs>
</record>


-- 
Frédéric



More information about the Koha-devel mailing list