Bugzilla – Attachment 143380 Details for
Bug 31414
Set focus for cursor to Name when adding additional fields for baskets or subscriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31414: Set focus to name in additional fields.
Bug-31414-Set-focus-to-name-in-additional-fields.patch (text/plain), 1.45 KB, created by
David Nind
on 2022-11-07 18:28:39 UTC
(
hide
)
Description:
Bug 31414: Set focus to name in additional fields.
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-07 18:28:39 UTC
Size:
1.45 KB
patch
obsolete
>From e2b8d7db5bcf1decc18adff5d13c35c803704ce6 Mon Sep 17 00:00:00 2001 >From: Isobel Graham <isobel.graham09@gmail.com> >Date: Sun, 6 Nov 2022 14:28:42 +0000 >Subject: [PATCH] Bug 31414: Set focus to name in additional fields. > >Focus is set to name on additional fields on >administation add fields. > >Test plan >1. Go to administation and manange additional >fields. >2. If you then add field the focus should >automatically go to the field name. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/additional-fields.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index ee40903272..ae89d06216 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -188,7 +188,7 @@ > <ol> > <li> > <label for="name" class="required">Name: </label> >- <input type="text" name="name" id="name" value="[% field.name | html %]" class="required" required="required" /> >+ <input type="text" name="name" id="name" value="[% field.name | html %]" class="focus" required="required" /> > <span class="required">Required</span> > </li> > <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 31414
:
143343
|
143380
|
143515
|
143516