@@ -, +, @@ - Import patrons - Upload patron images --- .../prog/en/modules/tools/import_borrowers.tt | 27 +++++++----- .../prog/en/modules/tools/picture-upload.tt | 50 +++++++++++++--------- 2 files changed, 46 insertions(+), 31 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt @@ -1,5 +1,6 @@ [% USE Koha %] [% USE Branches %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Import patrons [% IF ( uploadborrowers ) %]› Results[% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -9,20 +10,11 @@ .line_error { width: 100%; } code { background-color: yellow; } - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] -[% INCLUDE 'calendar.inc' %] @@ -245,4 +237,19 @@ Alternatively, you can supply dates in ISO format. [% INCLUDE 'tools-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt @@ -1,28 +1,9 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Upload patron images [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] @@ -157,4 +138,31 @@ [% INCLUDE 'tools-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --