Bugzilla – Attachment 63002 Details for
Bug 18438
Check in: Modal about holds hides important check in messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18438 - Amended implementation of focus on barcode input box when the modal box is closed.
Bug-18438---Amended-implementation-of-focus-on-bar.patch (text/plain), 1016 bytes, created by
Alex Buckley
on 2017-05-03 07:21:18 UTC
(
hide
)
Description:
Bug 18438 - Amended implementation of focus on barcode input box when the modal box is closed.
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-05-03 07:21:18 UTC
Size:
1016 bytes
patch
obsolete
>From 2ca71d09f9b616c7376219d926d9ba63554844c2 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Tue, 2 May 2017 12:03:09 +0000 >Subject: [PATCH] Bug 18438 - Amended implementation of focus on barcode input > box when the modal box is closed. > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 3abda33..d4f8652 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -52,6 +52,8 @@ $(document).ready(function () { > $("#barcode").prop("disabled", false).focus(); > }); > >+ $(".modal").on('hidden.bs.modal', function (e) { $("#barcode").focus(); }); >+ > [% IF print_slip %] > Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&biblionumber=[% biblionumber %]'); > [% END %] >-- >2.1.4
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 18438
:
62349
|
62350
|
62422
|
62444
|
62445
|
62446
|
62708
|
62955
|
63002
|
63003
|
63004
|
63005
|
63006
|
63007
|
63371
|
63372
|
63458
|
63549