Bugzilla – Attachment 163774 Details for
Bug 35969
Improve error message, remove some logging when sending a cart from the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35969: (follow-up) Improve wording
Bug-35969-follow-up-Improve-wording.patch (text/plain), 1.82 KB, created by
Marcel de Rooy
on 2024-03-25 10:01:56 UTC
(
hide
)
Description:
Bug 35969: (follow-up) Improve wording
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-25 10:01:56 UTC
Size:
1.82 KB
patch
obsolete
>From f8bf4b61a8e8abdb4c2935bcf5e9c181d81acb66 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 7 Feb 2024 13:53:20 +0000 >Subject: [PATCH] Bug 35969: (follow-up) Improve wording >Content-Type: text/plain; charset=utf-8 > >As suggested by David Nind. Thanks! > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >index 75ab018779..d287fc1e9c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >@@ -23,9 +23,9 @@ > [% IF ( error ) %] > <div class="alert alert-warning"> > [% IF error == 'NO_BODY' %] >- <p>There was an error sending the cart: No valid biblio records found.</p> >+ <p>There was an error sending the cart: No valid records were found.</p> > [% ELSIF error == 'NO_REPLY_ADDRESS' %] >- <p>Since we do not have your email address, we cannot send a mail. We need your email address as reply-to address.</p> >+ <p>There was an error sending the cart: we cannot send an email as there is no email address recorded for your account (your email address is used for the reply to address).</p> > [% ELSE %] > <p>There was an error sending the cart.</p> > [% END %] >-- >2.30.2
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 35969
:
161713
|
161795
|
161804
|
163773
|
163774
|
164635
|
164636