From f8c0541e8bad297430ce12fd575db8fbb1ab44d7 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Wed, 15 Aug 2012 11:42:27 -0400 Subject: [PATCH] Turn on RefWorks for the windsor tpac skin For now at least, RefWorks is the official citation manager for the Leddy Library. Signed-off-by: Art Rhyno --- Open-ILS/src/templates_windsor/opac/parts/config.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 index 4d55b0e070..9a4143de8e 100644 --- a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 +++ b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 @@ -15,7 +15,7 @@ ctx.holds_block.enabled = 'true'; # RefWorks configuration ############################################################################## # RefWorks is a Web-based citation manager -ctx.refworks.enabled = 'false'; +ctx.refworks.enabled = 'true'; # Base URL for RefWorks ctx.refworks.url = 'http://ezproxy.uwindsor.ca/login?url=http://refworks.scholarsportal.info'; -- 2.11.0