Bugzilla – Attachment 44731 Details for
Bug 15116
show circ buttons at the top of batch circ page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15116: Show menu at the top of batch circ page
Bug-15116-Show-menu-at-the-top-of-batch-circ-page.patch (text/plain), 1.91 KB, created by
Martin Stenberg
on 2015-11-11 10:01:43 UTC
(
hide
)
Description:
Bug 15116: Show menu at the top of batch circ page
Filename:
MIME Type:
Creator:
Martin Stenberg
Created:
2015-11-11 10:01:43 UTC
Size:
1.91 KB
patch
obsolete
>From 5fccbaa27a3356beb990e83ff67783c2dfb8c5f7 Mon Sep 17 00:00:00 2001 >From: Martin Stenberg <martin@xinxidi.net> >Date: Thu, 5 Nov 2015 13:58:55 +0100 >Subject: [PATCH] Bug 15116: Show menu at the top of batch circ page > >This patch adds the user interaction menu to the top of the batch checkout page. >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 4e392d2..4bfd05a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -21,6 +21,11 @@ > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >+ if($('#barcodelist').length) { >+ $('#barcodelist').focus(); >+ } else if ($('#checkoutrenew').length) { >+ $('#checkoutrenew').focus(); >+ } > $("#issuest").dataTable($.extend(true, {}, dataTablesDefaults, { > "sDom": 't', > "aaSorting": [], >@@ -52,6 +57,10 @@ $(document).ready(function() { > > <div class="yui-g"> > >+[% IF ( borrowernumber ) %] >+[% INCLUDE 'members-toolbar.inc' %] >+[% END %] >+ > [% IF NOT batch_allowed %] > <div class="dialog message">You are not allowed to use batch checkout for this patron</div> > [% ELSIF NOT checkout_infos %] >@@ -256,7 +265,7 @@ $(document).ready(function() { > <input type="hidden" name="debt_confirmed" value="1" /> > <input type="hidden" name="branch" value="[% branch %]" /> > <input type="hidden" name="batch" value="1" /> >- <input type="submit" class="approve" value="Checkout or renew" /> >+ <input type="submit" id="checkoutrenew" class="approve" value="Checkout or renew" /> > </form> > [% END %] > >-- >2.6.1
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 15116
:
44520
|
44706
|
44714
|
44731
|
44737
|
44755