@@ -, +, @@ - Enter a patron card for checkout - Test any JavaScript-driven actions on the checkout page, for instance: - Select all/clear all controls - Datepicker/timepickers - Datatable sorting, columns configuration - Renewals, check-ins - Patron message interactions, print slip, and other toolbar actions - Checkout exports - Search to hold - Tab loading: Restrictions, Holds, Clubs --- .../prog/en/modules/circ/circulation.tt | 269 +++++++++++---------- 1 file changed, 138 insertions(+), 131 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -6,6 +6,7 @@ [% USE ItemTypes %] [% USE Price %] [% USE AuthorisedValues %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% SET destination = "circ" %] Koha › Circulation @@ -14,118 +15,9 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] - -[% INCLUDE 'strings.inc' %] -[% INCLUDE 'datatables.inc' %] -[% INCLUDE 'columns_settings.inc' %] - - -[% INCLUDE 'timepicker.inc' %] - - - - - + [% INCLUDE 'header.inc' %] @@ -300,27 +192,6 @@ $(document).ready(function() { [% END %] -[% IF HIGHHOLDS %] - -[% END %] - [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
@@ -1095,4 +966,140 @@ No patron matched [% message | html %] + +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'strings.inc' %] + [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] + + + [% INCLUDE 'timepicker.inc' %] + + + + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --