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

Wagner, Jane jwagner at ptfs.com
Fri Jul 24 21:53:24 CEST 2009


Many thanks!  That removes one particular headache...

Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD  20817
(301) 654-8088 x 151
jwagner at ptfs.com


-----Original Message-----
From: Frederic Demians [mailto:frederic at tamil.fr] 
Sent: Friday, July 24, 2009 12:50 PM
To: Wagner, Jane
Cc: koha-devel at lists.koha.org
Subject: Re: [Koha-devel] Hardcoding XSLT files to force opening URLs in new window (bug #3098)


> 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