Bugzilla – Attachment 92515 Details for
Bug 23039
Hold found modal on checkin screen ( circulation.pl ) obscures Check in message info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23039: Don't hide the checkin dialogs
Bug-23039-Dont-hide-the-checkin-dialogs.patch (text/plain), 1.54 KB, created by
Nick Clemens (kidclamp)
on 2019-08-30 19:57:56 UTC
(
hide
)
Description:
Bug 23039: Don't hide the checkin dialogs
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-08-30 19:57:56 UTC
Size:
1.54 KB
patch
obsolete
>From 6c878093595956ec3c3d556925f33588423bb940 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 30 Aug 2019 19:56:28 +0000 >Subject: [PATCH] Bug 23039: Don't hide the checkin dialogs > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 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 cd2bf6431d..0743a33950 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -634,7 +634,7 @@ > [% END #/IF reserved %] > [% END # /IF found %] > >- <div class="static_checkin_messages" style="display:none"> >+ <div class="static_checkin_messages"> > [% INCLUDE all_checkin_messages %] > </div> > >@@ -882,10 +882,8 @@ > $("#barcode").focus(); > } > $(document).ready(function () { >- $(".static_checkin_messages").show(); > $(".modal").modal({ backdrop: 'static' }).on('shown.bs.modal', function() { > $("#barcode").prop("disabled", true); >- $(".static_checkin_messages").hide(); > $(".show_checkin_dialog").show(); > }).on('hidden.bs.modal', function() { > $("#barcode").prop("disabled", false).focus(); >-- >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 23039
:
92476
|
92481
|
92514
|
92515
|
93047
|
93048
|
93598
|
93599