Bugzilla – Attachment 115478 Details for
Bug 27457
Set focus for cursor to Debit type code field when creating new debit type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27457: Set focus for cursor to Debit type code field
Bug-27457-Set-focus-for-cursor-to-Debit-type-code-.patch (text/plain), 2.07 KB, created by
PTFS Europe Sandboxes
on 2021-01-20 23:24:51 UTC
(
hide
)
Description:
Bug 27457: Set focus for cursor to Debit type code field
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-01-20 23:24:51 UTC
Size:
2.07 KB
patch
obsolete
>From ab7cd21fef744e72bfed1d9c4fc00f87a94caadc Mon Sep 17 00:00:00 2001 >From: Catherine Ma <catherinem2003@gmail.com> >Date: Tue, 19 Jan 2021 01:08:28 +0000 >Subject: [PATCH] Bug 27457: Set focus for cursor to Debit type code field > >Test Plan: >1.Click administration >2.Click debit types >3.Click new debit type >4.Check if the cursor is in the first form field (it shouldn't) >5.Add patch >6.Repeat steps 1-3 >7.Check if the cursor is in the first form field (it should) > >Sponsored by Catalyst IT > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >index 736a1815be..849eca3413 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >@@ -71,7 +71,7 @@ > <strong>[% debit_type.code | html %]</strong> > <input type="hidden" name="code" value="[% code | html %]" /> > [% ELSE %] >- <input type="text" name="code" id="code" size="80" maxlength="64" class="required" required="required"><span class="required">Required. Maximum length is 64 letters</span> >+ <input type="text" name="code" id="code" size="80" maxlength="64" class="required focus" required="required"><span class="required">Required. Maximum length is 64 letters</span> > [% END %] > </li> > <li> >@@ -210,6 +210,7 @@ > > <script> > $(document).ready(function() { >+ > var txtActivefilter = _("Filter system debit types"); > var txtInactivefilter = _("Show all debit types"); > var table_debit_types = $("#table_debit_types").dataTable($.extend(true, {}, dataTablesDefaults, { >-- >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 27457
:
115272
|
115273
|
115346
|
115353
|
115354
|
115461
|
115478
|
115518