@@ -, +, @@ part 2 - Serials -> Subscription detail -> Edit routing list - Add recipients - Save - "Save and preview routing slip" should trigger preview - In preview popup: Print and Close buttons should work correctly --- .../en/modules/serials/routing-preview-slip.tt | 23 +++++--- .../prog/en/modules/serials/routing-preview.tt | 32 ++++++----- .../prog/en/modules/serials/routing.tt | 65 ++++++++++++---------- 3 files changed, 68 insertions(+), 52 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt @@ -1,15 +1,7 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Routing slip preview [% INCLUDE 'doc-head-close.inc' %] - @@ -17,6 +9,7 @@ .yui-t7, #custom-doc { min-width:0; width:auto; } +
@@ -50,4 +43,16 @@
+[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt @@ -1,20 +1,9 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Preview routing list [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'serials-search.inc' %] @@ -58,4 +47,21 @@ function print_slip(subscriptionid,issue){ [% INCLUDE 'serials-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt @@ -1,36 +1,7 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › [% title |html %] › [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %] [% INCLUDE 'doc-head-close.inc' %] - [% INCLUDE 'header.inc' %] @@ -115,4 +86,38 @@ function reorder_item(sid,rid,rank){ [% INCLUDE 'serials-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --