From 0a17e52bf1a0e2ca47c022d7b6a2e749e8673512 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 14 Oct 2019 22:28:45 +0200 Subject: [PATCH] Bug 22677: Include hint to OAI page path on OAI-PMH preference This copies the way we are doing it for othe rprefs (ILSDI and similar) and adds a hint to the description to make it easier to find the right path for the OAI server. To test: - Apply patch - Verify that the system preference for OAI-PMH includes now a hint to: /cgi-bin/koha/oai.pl?verb=Identify - Verify the hint is correct (add OPAC base URL) --- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref index 242a0ed400..ae99ace642 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -30,7 +30,7 @@ Web services: yes: Enable no: Disable - "Koha's" - - 'OAI-PMH server.' + - 'OAI-PMH server. (available at: /cgi-bin/koha/oai.pl?verb=Identify)' - - Identify records at this site with the prefix - pref: "OAI-PMH:archiveID" -- 2.17.1