Bugzilla – Attachment 140153 Details for
Bug 31397
Set focus for cursor to framework code field when creating a new bibliographic framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31397: Set focus in first input when adding a new bibliographic framework
Bug-31397-Set-focus-in-first-input-when-adding-a-n.patch (text/plain), 1.85 KB, created by
Kyle M Hall (khall)
on 2022-09-02 14:31:29 UTC
(
hide
)
Description:
Bug 31397: Set focus in first input when adding a new bibliographic framework
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-09-02 14:31:29 UTC
Size:
1.85 KB
patch
obsolete
>From 57de67b6b01e076635a080792d20068ef2b0265d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 18 Aug 2022 20:24:57 +0000 >Subject: [PATCH] Bug 31397: Set focus in first input when adding a new > bibliographic framework > >When adding a new bibliographic framework, the focus/cursor should be >in the first input field of the form: Framework code > >To test: >* Add a new bibliographic framework from adminsitration > bibliographic > MARC frameworks > - cursur is in no field >* Apply patch >* Add another new framework > - cursor is now in the first input field of the form: Framework code > >https://bugs.koha-community.org/show_bug.cgi?id=27191 > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index 6162ebbd07..728de1cafd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -117,7 +117,7 @@ MARC frameworks › Administration › Koha > [% ELSE %] > <li> > <label for="frameworkcode" class="required">Framework code: </label> >- <input type="text" id="frameworkcode" name="frameworkcode" size="4" maxlength="4" required="required" class="required" /> >+ <input type="text" id="frameworkcode" name="frameworkcode" size="4" maxlength="4" required="required" class="required focus" /> > <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 31397
:
139421
|
139433
|
139434
| 140153