@@ -, +, @@ --- .../prog/en/modules/acqui/acqui-home.tt | 29 +++++++++++++------ .../prog/en/modules/acqui/edifactmsgs.tt | 14 +++++++-- .../prog/en/modules/acqui/invoice.tt | 5 +++- .../prog/en/modules/acqui/invoices.tt | 14 +++++++-- .../prog/en/modules/acqui/lateorders.tt | 6 ++-- 5 files changed, 52 insertions(+), 16 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -4,6 +4,9 @@ [% USE Branches %] [% USE TablesSettings %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'acquisitions-search.inc' %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -11,8 +14,7 @@ -[% INCLUDE 'header.inc' %] -[% INCLUDE 'acquisitions-search.inc' %] +[% INCLUDE 'header.inc' form=formulaire %]
@@ -48,13 +58,14 @@
[% END %]
-
- Manage orders -
-

- -

-
+
+

Manage orders

+
+
+

Vendor: +

+
+
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt @@ -2,6 +2,9 @@ [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'acquisitions-search.inc' %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] EDIFACT messages › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -11,8 +14,7 @@ -[% INCLUDE 'header.inc' %] -[% INCLUDE 'acquisitions-search.inc' %] +[% INCLUDE 'header.inc' form=formulaire %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -4,6 +4,9 @@ [% USE KohaDates %] [% USE Price %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'acquisitions-search.inc' %] +[% END %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] @@ -12,7 +15,7 @@ -[% INCLUDE 'header.inc' %] +[% INCLUDE 'header.inc' form=formulaire %] [% INCLUDE 'acquisitions-search.inc' %] [% SET readonly = NOT CAN_user_acquisition_edit_invoices %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -3,6 +3,9 @@ [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'acquisitions-search.inc' %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] Invoices › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -10,8 +13,7 @@ -[% INCLUDE 'header.inc' %] -[% INCLUDE 'acquisitions-search.inc' %] +[% INCLUDE 'header.inc' form=formulaire %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -5,14 +5,16 @@ [% USE TablesSettings %] [% USE Price %] [% SET footerjs = 1 %] +[% formulaire = BLOCK %] + [% INCLUDE 'acquisitions-search.inc' %] +[% END %] [% INCLUDE 'doc-head-open.inc' %] Late orders › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'header.inc' %] -[% INCLUDE 'acquisitions-search.inc' %] +[% INCLUDE 'header.inc' form=formulaire %]