Bugzilla – Attachment 62955 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 - Added focus on the checkin barcode input box after modal box is dismissed
Bug-18438---Added-focus-on-the-checkin-barcode-inp.patch (text/plain), 1.77 KB, created by
Alex Buckley
on 2017-05-02 12:15:39 UTC
(
hide
)
Description:
Bug 18438 - Added focus on the checkin barcode input box after modal box is dismissed
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-05-02 12:15:39 UTC
Size:
1.77 KB
patch
obsolete
>From 9b61c929315aa24762fb95f01d339ff5cc5dbe40 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 - Added focus on the checkin barcode input box > after modal box is dismissed > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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..a0f8249 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -340,7 +340,7 @@ $(document).ready(function () { > <div class="modal-footer"> > <input type="hidden" name="cancel_reserve" value="0" /> > >- <button type="submit" class="btn btn-default approve" data-dismiss="modal"> >+ <button type="submit" class="btn btn-default approve" data-dismiss="modal" onclick="$('#barcode').focus();"> > <i class="fa fa-check"></i> Confirm > </button> > >@@ -555,7 +555,7 @@ $(document).ready(function () { > <i class="fa fa-print"></i> Print slip, transfer, and confirm > </button> > [% ELSE %] >- <button type="submit" class="btn btn-default approve" > >+ <button type="submit" class="btn btn-default approve" onclick="$('#barcode').focus();"> > <i class="fa fa-check"></i> Confirm hold > </button> > <button type="submit" class="btn btn-default print" onclick="this.form.print_slip.value = 1; this.form.submit();"> >-- >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