@@ -, +, @@ More MARC tools - Automatic item modifications by age - MARC modification templates - Stage MARC records for import - Staged MARC record management --- .../tools/automatic_item_modification_by_age.tt | 40 ++-- .../prog/en/modules/tools/manage-marc-import.tt | 257 +++++++++++---------- .../modules/tools/marc_modification_templates.tt | 37 +-- .../prog/en/modules/tools/showdiffmarc.tt | 25 +- .../prog/en/modules/tools/stage-marc-import.tt | 164 ++++++------- 5 files changed, 272 insertions(+), 251 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt @@ -1,24 +1,9 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Automatic item modifications by age [% INCLUDE 'doc-head-close.inc' %] - - -[% IF op == 'edit_form' %] - -[% END %] + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -236,4 +221,25 @@ [% INCLUDE 'tools-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + + + + [% IF op == 'edit_form' %] + + [% END %] +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -1,3 +1,4 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Manage staged MARC records [% IF ( import_batch_id ) %] @@ -5,134 +6,7 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] - -[% INCLUDE 'datatables.inc' %] - @@ -505,4 +379,133 @@ Page [% INCLUDE 'tools-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + + + [% INCLUDE 'datatables.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -1,23 +1,7 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › MARC modification templates [% INCLUDE 'doc-head-close.inc' %] - - @@ -350,4 +334,23 @@ +[% MACRO jsinclude BLOCK %] + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt @@ -1,15 +1,7 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Manage staged MARC records › Compare matched records [% INCLUDE 'doc-head-close.inc' %] - - + [% INCLUDE 'header.inc' %] @@ -52,4 +45,18 @@

Return to staged MARC batch [% batchid %]

+ +[% MACRO jsinclude BLOCK %] + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -1,91 +1,11 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Stage MARC records for import [% INCLUDE 'doc-head-close.inc' %] - - - - - [% INCLUDE 'header.inc' %] @@ -275,4 +195,86 @@ function cbUpload( status, fileid, errors ) { [% INCLUDE 'tools-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --