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 d47d7037e9..542b5f6642 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/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' %] @@ -304,27 +196,6 @@ $(document).ready(function() { [% END %] -[% IF HIGHHOLDS %] - -[% END %] - [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
@@ -1099,4 +970,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' %]