Bugzilla – Attachment 112005 Details for
Bug 26694
Set focus for cursor to search input box on guarantor_search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26694: Set focus for cursor to search input box on guarantor_search.pl
Bug-26694-Set-focus-for-cursor-to-search-input-box.patch (text/plain), 1.67 KB, created by
ByWater Sandboxes
on 2020-10-19 18:36:33 UTC
(
hide
)
Description:
Bug 26694: Set focus for cursor to search input box on guarantor_search.pl
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-10-19 18:36:33 UTC
Size:
1.67 KB
patch
obsolete
>From 13b001cc7cf96711fb06789541db1fc3ab9ff697 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 19 Oct 2020 17:55:26 +0000 >Subject: [PATCH] Bug 26694: Set focus for cursor to search input box on > guarantor_search.pl > >This patch adds the "focus" class to the patron search field so that >cursor focus is set when the page loads. > >To test, apply the patch and view an adult patron record in the staff >client. > >- Click the "Add guaratee" button in the patron toolbar. >- On the following "Add patron" page, click the "Search to add" button > in the "Patron guarantor" section. >- A popup window should appear, and the focus should automatically be on > the first form field. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >index b78ec9bd31..cd5c412a61 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >@@ -19,7 +19,7 @@ > <ol> > <li> > <label for="searchmember_filter">Search:</label> >- <input type="text" id="searchmember_filter" value="[% searchmember | html %]"/> >+ <input type="text" id="searchmember_filter" value="[% searchmember | html %]" class="focus" /> > </li> > <li> > <label for="categorycode_filter">Category:</label> >-- >2.11.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 26694
:
112002
|
112005
|
112034