X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Flateorders.tt;h=7711a33b45fb2b5698a23ef71d6b3ef008f0e15b;hb=7d7cd25f4c2f0077c18a1904cb77f1479bff8e2b;hp=9c4b622ac61e0a502ff383d327d16b9f3d2b0b0e;hpb=0ad922011cc330397d9b680b0d045bfd48e85f44;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt index 9c4b622ac6..7711a33b45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -1,85 +1,25 @@ +[% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% USE ColumnsSettings %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Late orders - +[% Asset.css("css/datatables.css") %] [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'datatables.inc' %] -[% INCLUDE 'columns_settings.inc' %] - -[% INCLUDE 'calendar.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] -
- -
-
-
- +
+
+
+
+

[% IF ( Supplier ) %][% Supplier %] : [% END %]Late orders

@@ -213,10 +153,12 @@ $(document).ready(function() { [% ELSE %]

There are no late orders.

[% END %] -
-
-
-
+
+ +
+ +
+ +
-
+ +[% MACRO jsinclude BLOCK %] + [% Asset.js("js/acquisitions-menu.js") %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] + [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %] + [% INCLUDE 'calendar.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]