@@ -, +, @@ module [8] --- .../prog/en/modules/acqui/neworderbiblio.tt | 39 +++++++++++++++----- 1 file changed, 30 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -1,7 +1,23 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Search existing records + [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'header.inc' %] @@ -34,14 +50,18 @@ [% IF ( total ) %]
- - - - - - - - [% FOREACH biblio IN resultsloop %] +
SummaryPublisherCopyright 
+ + + + + + + + + + + [% FOREACH biblio IN resultsloop %] - [% END %] + [% END %] +
SummaryPublisherCopyright  

[% biblio.title |html %] @@ -68,7 +88,8 @@

[% END %] --