Bugzilla – Attachment 111995 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.58 KB, created by
Owen Leonard
on 2020-10-19 14:29:16 UTC
(
hide
)
Description:
Bug 26712: Set focus for cursor to basket name input box on basketheader.pl
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-10-19 14:29:16 UTC
Size:
1.58 KB
patch
obsolete
>From d288c0b3d23d08589ca89d0c9953625855d01365 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. >--- > 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