From 94657e1cbb6a97b8020801cffa7636b52acd4097 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 13 Jul 2017 14:59:21 +1000 Subject: [PATCH] Standardize OAI-PMH test success/failure https://bugs.koha-community.org/show_bug.cgi?id=10662 Signed-off-by: Ed Veal --- .../intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt index 7c2452e..33a90e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt @@ -65,9 +65,9 @@ [% END %] [% IF ( test_parameters ) %] [% IF ( errors.size ) %] - Tests failed! +
Tests failed!
[% ELSE %] - Tests successful! +
Tests succeeded!
[% END %] [% END %]
-- 2.1.4