Bugzilla – Attachment 140154 Details for
Bug 31400
Set focus for cursor to matching rule code when adding a new matching rule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31400: Set focus on first input when adding a new matching rule
Bug-31400-Set-focus-on-first-input-when-adding-a-n.patch (text/plain), 1.86 KB, created by
Kyle M Hall (khall)
on 2022-09-02 14:33:00 UTC
(
hide
)
Description:
Bug 31400: Set focus on first input when adding a new matching rule
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-09-02 14:33:00 UTC
Size:
1.86 KB
patch
obsolete
>From fb62e5a9cf655067035955d35d08e52af51ddd8d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 18 Aug 2022 20:56:02 +0000 >Subject: [PATCH] Bug 31400: Set focus on first input when adding a new > matching rule > >When adding a new matching rule the cursor/focus should be in >the first input field of the form: Matching rule code > >* Add a new matching rule form administration > matching rules >* Verify the cursor is in the search form on top of the page >* Apply patch >* Add another new matching rule >* Verify the cursor is now in the first input field of the form > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >index f9da8b684e..1896e40654 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >@@ -127,7 +127,7 @@ > <input type="hidden" name="code" value="[% code | html %]" /> > [% code | html %] > [% ELSE %] >- <label for="code" class="required">Matching rule code: </label> >+ <label for="code" class="required focus">Matching rule code: </label> > <input type="text" id="code" name="code" size="10" maxlength="10" /> <span class="required">Required</span> > [% END %] > </li> >-- >2.30.2
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 31400
:
139429
|
139432
| 140154