From: Art Rhyno Date: Wed, 15 Aug 2012 15:42:27 +0000 (-0400) Subject: Turn on RefWorks for the windsor tpac skin X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f8c0541e8bad297430ce12fd575db8fbb1ab44d7;p=contrib%2FConifer.git 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 --- 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';