From ac27eddc04be1b523c7952bb1b2e90c73fd1197d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 15 Jan 2019 08:27:32 -0300 Subject: [PATCH] Bug 22133: Wrong layout in OAI-PMH:archiveID syspref description This patch fixes a trivial text layout problem on the syspref description. To test: - Search for the OAI-PMH:archiveID syspref on the staff interface => FAIL: Notice the colon is placed *after* the input, and looks weird. - Apply this patch - Reload the page => SUCCESS: The colon is placed *before* the input, and looks more correct. - Sign off :-D --- .../prog/en/modules/admin/preferences/web_services.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6b415f212c..bb6834ceb0 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 @@ -20,9 +20,9 @@ Web services: - "Koha's" - 'OAI-PMH server.' - - - Identify records at this site with the prefix + - "Identify records at this site with the prefix:" - pref: "OAI-PMH:archiveID" - - ": ." + - "." - - Only return - pref: "OAI-PMH:MaxCount" -- 2.20.1