Bugzilla – Attachment 174999 Details for
Bug 37761
Tabs on curbside_pickups.tt page not styled right after Bootstrap 5 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37761: Add focus on patron search when on the tab
Bug-37761-Add-focus-on-patron-search-when-on-the-t.patch (text/plain), 1.08 KB, created by
David Nind
on 2024-11-27 07:41:01 UTC
(
hide
)
Description:
Bug 37761: Add focus on patron search when on the tab
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-11-27 07:41:01 UTC
Size:
1.08 KB
patch
obsolete
>From 98bb1fe5deed959ef9b020b2a8e25712eacb2d4f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 16 Nov 2024 08:14:52 +0100 >Subject: [PATCH] Bug 37761: Add focus on patron search when on the tab > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >index 2f9d0be1ff..d7be8f2761 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >@@ -529,6 +529,10 @@ > $('#find-patron').focus(); > }); > >+ [% IF tab == 'schedule-pickup_panel' %] >+ $('#find-patron').focus(); >+ [% END %] >+ > const pickup_date = document.querySelector("#pickup_date"); > if ( pickup_date ) { > const fp = pickup_date._flatpickr; >-- >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 37761
:
170828
|
170833
|
171023
|
171029
|
171098
|
171415
|
174643
|
174644
|
174645
|
174997
|
174998
| 174999