Bugzilla – Attachment 148684 Details for
Bug 31409
Set focus for cursor to Fund code when adding a new fund
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31409: Set focus for cursor to Fund code when adding a new fund
Bug-31409-Set-focus-for-cursor-to-Fund-code-when-a.patch (text/plain), 1.48 KB, created by
Kyle M Hall (khall)
on 2023-03-24 16:55:33 UTC
(
hide
)
Description:
Bug 31409: Set focus for cursor to Fund code when adding a new fund
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-03-24 16:55:33 UTC
Size:
1.48 KB
patch
obsolete
>From 160d5fb1b2d5c45e2cdb525dfb1139958aa6b2e3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 00:06:40 +0000 >Subject: [PATCH] Bug 31409: Set focus for cursor to Fund code when adding a > new fund > >This makes sure that the focus is on the first input field >of the form when adding or editing a fund. > >To test: >* Go to administration > funds >* Add a new fund to the budget >* Verify the focus is not inside the form >* Apply patch >* Verify the focus is now in the first form field "Fund code" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index 4ae62099fd1..c8ee656ba88 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -266,8 +266,8 @@ > </li> > [% END %] > <li> >- <label class="required" for="budget_code">Fund code: </label> >- <input type="text" name="budget_code" id="budget_code" value="[% budget_code | html %]" size="30" /> >+ <label class="required" for="budget_code">Fund code: </label> >+ <input type="text" name="budget_code" id="budget_code" class="focus" value="[% budget_code | html %]" size="30" /> > </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 31409
:
146179
|
146270
| 148684