Bugzilla – Attachment 164636 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.85 KB, created by
Emily Lamancusa (emlam)
on 2024-04-10 20:28:52 UTC
(
hide
)
Description:
Bug 35969: (follow-up) Improve wording
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-04-10 20:28:52 UTC
Size:
1.85 KB
patch
obsolete
>From 2c57c971d8664ac254392150ed0fac7eec18df6d 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 > >As suggested by David Nind. Thanks! > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../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..171fcdc039 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.34.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 35969
:
161713
|
161795
|
161804
|
163773
|
163774
|
164635
| 164636