Bugzilla – Attachment 112037 Details for
Bug 26712
Set focus for cursor to basket name input box on basketheader.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26712: Set focus for cursor to basket name input box on basketheader.pl
Bug-26712-Set-focus-for-cursor-to-basket-name-inpu.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2020-10-20 13:26:13 UTC
(
hide
)
Description:
Bug 26712: Set focus for cursor to basket name input box on basketheader.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-20 13:26:13 UTC
Size:
1.69 KB
patch
obsolete
>From ef5dbe63eeb829d26debecbaaa02e143ed9fd97f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 19 Oct 2020 14:16:41 +0000 >Subject: [PATCH] Bug 26712: Set focus for cursor to basket name input box on > basketheader.pl > >This patch adds the "focus" class to the basket name field in the form >for creating a new basket in acquisitions. > >To test, apply the patch and go to Acquisitions -> Vendor -> New basket. > > - Upon page load the cursor should be focused on the basket name field. > - The same should be true if you edit an existing basket. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >index dc238a6698..82ad6c74e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >@@ -50,7 +50,7 @@ > [% END %] > <li> > <label for="basketname" class="required">Basket name: </label> >- <input type="text" name="basketname" id="basketname" size="40" maxlength="80" value="[% basketname | html %]" required="required" class="required" /> >+ <input type="text" name="basketname" id="basketname" size="40" maxlength="80" value="[% basketname | html %]" required="required" class="focus required" /> > <span class="required">Required</span> > </li> > <li> >-- >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 26712
:
111995
|
112010
| 112037