Bugzilla – Attachment 34232 Details for
Bug 13408
Tell librarians they may continue scanning while checkouts table is loading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13408: Tell librarians they may continue scanning while checkouts table is loading
SIGNED-OFF-Bug-13408-Tell-librarians-they-may-cont.patch (text/plain), 2.12 KB, created by
Owen Leonard
on 2014-12-09 14:41:26 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13408: Tell librarians they may continue scanning while checkouts table is loading
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-12-09 14:41:26 UTC
Size:
2.12 KB
patch
obsolete
>From 369a4fe8f210b44885395be1fe3c662e792d374a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 8 Dec 2014 07:39:35 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 13408: Tell librarians they may continue > scanning while checkouts table is loading >Content-Type: text/plain; charset="utf-8" > >Some librarians do not realize they can continue scanning items even if >the checkouts table has not loaded. We should have Koha tell them >explicitly that they may continue scanning barcodes. > >Test Plan: >1) Apply this patch >2) Load the checkouts table on circulation.pl, note the loading message is now > Loading... you may continue scanning. >3) Load the checkouts table on moremember.pl, note the loading message is still > Loading... > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >This one works too! >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 1 + > .../prog/en/modules/circ/circulation.tt | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index a135496..684b63c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -159,6 +159,7 @@ $(document).ready(function() { > issuesTable = $("#issues-table").dataTable({ > "oLanguage": { > "sEmptyTable" : MSG_DT_LOADING_RECORDS, >+ "sProcessing": MSG_DT_LOADING_RECORDS, > }, > "bAutoWidth": false, > "sDom": "rt", >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index b938724..e557fb1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -28,6 +28,7 @@ > <script type="text/javascript"> > //<![CDATA[ > /* Set some variable needed in circulation.js */ >+var MSG_DT_LOADING_RECORDS = _("Loading... you may continue scanning."); > var interface = "[% interface %]"; > var theme = "[% theme %]"; > var borrowernumber = "[% borrowernumber %]"; >-- >1.7.9.5
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 13408
:
34174
|
34175
|
34186
|
34232
|
34911