Bugzilla – Attachment 183701 Details for
Bug 40283
Accessibility of the status message in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40283: Share List page.
Bug-40283-Share-List-page.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2025-07-02 12:41:11 UTC
(
hide
)
Description:
Bug 40283: Share List page.
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-07-02 12:41:11 UTC
Size:
1.60 KB
patch
obsolete
>From ee65b23e7b9cc0b2200f09233473ef94354cc94c Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >Date: Tue, 1 Jul 2025 10:15:54 +0200 >Subject: [PATCH] Bug 40283: Share List page. > >Test plan: > >1- Enable the system preference: OpacAllowSharingPrivateLists. >2- Try to share the private list and enter an incorrect email format, a > message should appear: "Sorry, but you did not enter a valid email > adress." > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >index 9ef3bbe1ca8..71d1f463207 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >@@ -64,7 +64,7 @@ > <div class="alert alert-warning">You cannot share a public list.</div> > [% END %] > [% IF errcode==6 %] >- <div class="alert alert-warning">Sorry, but you did not enter a valid email address.</div> >+ <div class="alert alert-warning" role="alert">Sorry, but you did not enter a valid email address.</div> > [% END %] > [% IF errcode==7 %] > <div class="alert alert-warning">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div> >-- >2.39.5
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 40283
:
183665
|
183666
|
183667
|
183668
|
183669
|
183670
|
183671
|
183672
|
183673
|
183674
|
183683
|
183684
|
183685
|
183686
|
183689
|
183690
|
183691
|
183692
|
183693
|
183694
|
183695
|
183696
|
183697
|
183698
|
183699
|
183700
| 183701