Bugzilla – Attachment 146267 Details for
Bug 31405
Set focus for cursor to setSpec input when adding a new OAI set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31405: Set focus for cursor to setSpec input when adding a new OAI set
Bug-31405-Set-focus-for-cursor-to-setSpec-input-wh.patch (text/plain), 1.53 KB, created by
Owen Leonard
on 2023-02-06 13:28:41 UTC
(
hide
)
Description:
Bug 31405: Set focus for cursor to setSpec input when adding a new OAI set
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-02-06 13:28:41 UTC
Size:
1.53 KB
patch
obsolete
>From 2d98f8d1e521bd2207fa42618fa7eaf5172c5711 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 4 Feb 2023 23:54:22 +0000 >Subject: [PATCH] Bug 31405: Set focus for cursor to setSpec input when adding > a new OAI set > >Makes sure the focus is in the first form field when adding >a new OAI set: setSpec > >To test: >* Go to administration > OAI sets >* Add a new set, verify the focus is still in the search bar on top >* Apply patch >* Repeat and verify the focus is now in the first form field > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >index 0e5277380a..78559f80a7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >@@ -75,7 +75,7 @@ > <ol> > <li> > <label for="spec" class="required">setSpec: </label> >- <input type="text" id="spec" name="spec" value="[% spec | html %]" required="required" class="required" /> >+ <input type="text" id="spec" class="focus" name="spec" value="[% spec | html %]" required="required" class="required" /> > <span class="required">Required</span> > </li> > <li> >-- >2.20.1
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 31405
:
146177
|
146267
|
150133
|
150134
|
150397