Bugzilla – Attachment 139423 Details for
Bug 27191
Set focus for cursor to category code input box when creating new patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27191: Set focus on first input when adding a new patron category
Bug-27191-Set-focus-on-first-input-when-adding-a-n.patch (text/plain), 1.62 KB, created by
ByWater Sandboxes
on 2022-08-18 20:40:09 UTC
(
hide
)
Description:
Bug 27191: Set focus on first input when adding a new patron category
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2022-08-18 20:40:09 UTC
Size:
1.62 KB
patch
obsolete
>From 42f66a65f692c9116fa70ea1a8a165d5fe54be63 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 18 Aug 2022 20:15:30 +0000 >Subject: [PATCH] Bug 27191: Set focus on first input when adding a new patron > category > >When adding a new patron category, the focus/cursor should be >in the first input field of the form: Category code > >To test: >* Add a new patron category in administration > patron categories > - cursur is in no field >* Apply patch >* Add another new patron category > - cursor is now in the first input field of the form: Category code > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 8f9a736e5e..06fffdf4bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -133,7 +133,7 @@ > [% ELSE %] > <li> > <label for="categorycode" class="required">Category code: </label> >- <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" class="required" required="required" /> >+ <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" class="required focus" required="required" /> > <span class="required">Required</span> > </li> > [% END %] >-- >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 27191
:
115283
|
115313
|
115598
|
139420
|
139423
|
139426
|
140159