Bugzilla – Attachment 139166 Details for
Bug 27802
Set focus for cursor on first input field when adding a cash register
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27802: Set cursor focus in first input when adding a cash register
Bug-27802-Set-cursor-focus-in-first-input-when-add.patch (text/plain), 1.59 KB, created by
Alex Buckley
on 2022-08-16 00:44:25 UTC
(
hide
)
Description:
Bug 27802: Set cursor focus in first input when adding a cash register
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2022-08-16 00:44:25 UTC
Size:
1.59 KB
patch
obsolete
>From 64b8e0ac367867339ad94499fb2f53d840aa7691 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Mon, 15 Aug 2022 11:01:39 +0000 >Subject: [PATCH] Bug 27802: Set cursor focus in first input when adding a cash > register > >Test plan: >1. Visit Administration > Accounting > Cash registers and notice the >cursor is not focussed in the first input field (Name) > >2. Apply patch > >3. Refresh the new cash registers page and confirm your cursor is >focussed in the first input field (name) > >Sponsored-by: Catalyst IT, New Zealand >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >index 193685c7921..b96c6f1b81d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >@@ -113,7 +113,7 @@ Cash registers › Administration › Koha > > <li> > <label for="name" class="required">Name: </label> >- <input type="text" name="name" id="name" size="24" maxlength="24" value="[% cash_register.name | html %]" class="required" /> >+ <input type="text" name="name" id="name" size="24" maxlength="24" value="[% cash_register.name | html %]" class="required focus" /> > <span class="required">Required</span> > </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 27802
:
139166
|
139413
|
139414