Bugzilla – Attachment 186175 Details for
Bug 39662
Register a new account page - X next to calendar is confusing, should use different button style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39662: Changed X icon to a circle-x
Bug-39662-Changed-X-icon-to-a-circle-x.patch (text/plain), 1.73 KB, created by
Noah Tremblay
on 2025-09-04 18:04:37 UTC
(
hide
)
Description:
Bug 39662: Changed X icon to a circle-x
Filename:
MIME Type:
Creator:
Noah Tremblay
Created:
2025-09-04 18:04:37 UTC
Size:
1.73 KB
patch
obsolete
>From ad7576d27cb45b76ccb8b0b37ce33e14b0545c61 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 29 Aug 2025 15:04:19 +0000 >Subject: [PATCH] Bug 39662: Changed X icon to a circle-x >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: > >1. load http://localhost:8080/cgi-bin/koha/opac-memberentry.pl >2. Notice that next to the date of birth calendar there is a red X. To some users it looks like an error message. >3. Apply the patch. Do a yarn build and restart_all. Then clear your local browser cache if necessary. >4. Retry step 1. >5. Notice that the X next to the date of birth calendar is now a circle x icon. The color has also been changed to a grey. You can further test this using a WCAG contrast checker if you choose. >6. Make sure that you can add and clear dates using the new icon. >7. Sign off รข have an amazing day! :D > >Signed-off-by: noah <noah@inlibro.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc >index 240fa9953c..97e0105af3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc >@@ -95,7 +95,7 @@ > e.preventDefault(); > instance.clear(); > }) >- .addClass("fa fa-fw fa-times") >+ .addClass("fa fa-fw fa-times-circle") > .attr("aria-hidden", false) > .attr("aria-label", _("Clear date")) > ) >-- >2.43.0
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 39662
:
181050
|
185935
|
185936
| 186175