Bugzilla – Attachment 44520 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.92 KB, created by
Martin Stenberg
on 2015-11-05 16:28:20 UTC
(
hide
)
Description:
Bug 15116: Show menu at the top of batch circ page
Filename:
MIME Type:
Creator:
Martin Stenberg
Created:
2015-11-05 16:28:20 UTC
Size:
1.92 KB
patch
obsolete
>From 3e37a738a21edb6e0ee20d50248cc0a359745914 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, >places focus on the barcode text field and adds a discrete shortcut link for >printing receipts. >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >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..c93e9ee 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,10 @@ > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >+ $('#barcodelist').focus(); >+ $('#printslipshortcut').on('click', function(){ >+ $('#printslip').click(); >+ }); > $("#issuest").dataTable($.extend(true, {}, dataTablesDefaults, { > "sDom": 't', > "aaSorting": [], >@@ -52,6 +56,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 %] >@@ -79,6 +87,9 @@ $(document).ready(function() { > <input type="hidden" name="branch" value="[% branch %]" /> > <input type="hidden" name="batch" value="1" /> > <input type="submit" value="Check out" class="button" /> >+[% IF ( borrowernumber ) %] >+ <a href="#" id="printslipshortcut" class="pull-right">Print slip</a> >+[% END %] > </fieldset> > </fieldset> > </form> >-- >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