@@ -, +, @@ --- .../prog/en/modules/reserve/request.tt | 42 +++++++++++++------- 1 file changed, 28 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -42,6 +42,18 @@ $(document).ready(function() { $(':radio', this).attr('checked', 'true') } }); + var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, { + 'bPaginate': false, + 'bInfo': false, + "bAutoWidth": false, + })); + + //Override fieldset styling for dataTables search box + $("div.top.pager").css("margin-left","1em"); + $(".dataTables_filter label").css({ + "width":"auto", + "margin-right":"0em" + }); }); @@ -431,21 +443,23 @@ function checkMultiHold() { + - - [% IF ( item_level_itypes ) %] - - [% END %] - - - - - - [% IF itemdata_enumchron %] - - [% END %] - - + + [% IF ( item_level_itypes ) %] + + [% END %] + + + + + + [% IF itemdata_enumchron %] + + [% END %] + + + [% FOREACH itemloo IN bibitemloo.itemloop %] [% UNLESS ( itemloo.hide ) %] --
Place a hold on a specific item
HoldItem typeBarcodeHome libraryLast locationCall no.Copy numberVol no.Information
HoldItem typeBarcodeHome libraryLast locationCall no.Copy numberVol no.Information