Bugzilla – Attachment 70179 Details for
Bug 15492
Stand alone self check-in tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15492: Display nicer message on data corruption
Bug-15492-Display-nicer-message-on-data-corruption.patch (text/plain), 1.98 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-12-27 16:09:15 UTC
(
hide
)
Description:
Bug 15492: Display nicer message on data corruption
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-12-27 16:09:15 UTC
Size:
1.98 KB
patch
obsolete
>From caf216f33676bff13744b68518f306ee9be7d2e8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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 043e673ce7..80b950ffbe 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 %] >- <span>(Barcode not found on the database)</span> >- [% ELSIF messages.DataCorrupted %] >- <span>(Data corruption detected. Contact your librarian)</span> >+ <span>(Barcode not found on the database, please see library staff for assistance)</span> > [% ELSIF messages.Wrongbranch %] >- <span>(The item cannot be returned at this library)</span> >+ <span>(The item cannot be returned at this library, please see library staff for assistance)</span> > [% ELSIF messages.withdrawn %] >- <span>(Item is withdrawn and check-in blocked by policy. Contact your librarian)</span> >+ <span>(Item is withdrawn and check-in blocked by policy, please see library staff for assistance)</span> > [% ELSIF messages.NotIssued %] >- <span>(The book is not currently on loan. Contact your librarian)</span> >+ <span>(The book is not currently on loan, please see library staff for assistance)</span> >+ [% ELSE %] >+ <span>(There was a problem returning this item, please see library staff for assistance)</span> > [% END %] > [% END %] > >-- >2.14.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15492
:
69165
|
69166
|
69167
|
69168
|
69179
|
69664
|
69665
|
70073
|
70074
|
70075
|
70173
|
70174
|
70175
|
70176
|
70177
|
70178
|
70179
|
72053
|
72054
|
72055
|
72056
|
72057
|
72058
|
72059
|
72060
|
72176
|
72177
|
72178
|
72179
|
72180
|
72181
|
72182
|
72183
|
73097