From 1feb47d85f731af3bf591268aabda0b2f807872e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 30 Jun 2011 12:44:57 -0400 Subject: [PATCH] More config docs for SFX resolver TTOPAC bits Helpful to let people know that they need to enable open-ils.resolver in opensrf.xml as it is the one service that is not enabled by default. Signed-off-by: Dan Scott --- Open-ILS/web/templates/default/opac/parts/config.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/web/templates/default/opac/parts/config.tt2 b/Open-ILS/web/templates/default/opac/parts/config.tt2 index 74fa1110b5..4c2630175e 100644 --- a/Open-ILS/web/templates/default/opac/parts/config.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/config.tt2 @@ -1,7 +1,9 @@ [% +############################################################################## # This file contains skin-level configuration settings. # Many of these settings will probably migrate into actor.org_unit_settings. +############################################################################## ############################################################################## # RefWorks configuration @@ -22,6 +24,9 @@ ctx.refworks.url = 'http://www.refworks.com'; # Evergreen provides the ability to point at an OpenURL resolver to find # electronic resources for a given ISSN or ISBN. Currently, only the SFX # resolver is supported. +# +# You must enable the open-ils.resolver instance in opensrf.xml to use +# this feature. ############################################################################## openurl.enabled = 'false'; -- 2.11.0