From 105534abdf393ce80211039483ebd18ccc116df7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 27 Dec 2017 12:45:16 -0300 Subject: [PATCH] Bug 15492: Display nicer message on data corruption This patch hides scary messages and changes the wording for a more idiomatic approach. Thanks to Nick :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Josef Moravec --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt index 043e673..80b950f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -4,15 +4,15 @@ [%# Helper template functions %] [% BLOCK error_message %] [% IF messages.BadBarcode %] - (Barcode not found on the database) - [% ELSIF messages.DataCorrupted %] - (Data corruption detected. Contact your librarian) + (Barcode not found on the database, please see library staff for assistance) [% ELSIF messages.Wrongbranch %] - (The item cannot be returned at this library) + (The item cannot be returned at this library, please see library staff for assistance) [% ELSIF messages.withdrawn %] - (Item is withdrawn and check-in blocked by policy. Contact your librarian) + (Item is withdrawn and check-in blocked by policy, please see library staff for assistance) [% ELSIF messages.NotIssued %] - (The book is not currently on loan. Contact your librarian) + (The book is not currently on loan, please see library staff for assistance) + [% ELSE %] + (There was a problem returning this item, please see library staff for assistance) [% END %] [% END %] -- 2.1.4