@@ -, +, @@ grid: Serials - Click the "Edit routing list" in the sidebar. - Save the routing list, and click "Save and preview routing slip." - The routing slip preview should look correct and buttons should work correctly. - When viewing the details of a subscription, click the "Renew" button in the toolbar. The popup window should look correct. --- .../prog/en/modules/serials/routing-preview-slip.tt | 15 ++++----------- .../prog/en/modules/serials/subscription-renew.tt | 8 ++------ 2 files changed, 6 insertions(+), 17 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 @@ -2,18 +2,13 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Routing slip preview [% INCLUDE 'doc-head-close.inc' %] - - - -
-
+
@@ -41,8 +36,6 @@ - - [% MACRO jsinclude BLOCK %] [% END %] -[% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt @@ -2,14 +2,11 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Serials subscription renew #[% subscriptionid %] [% INCLUDE 'doc-head-close.inc' %] - +
-
[% IF ( renew ) %] Subscription renewed. @@ -40,12 +37,11 @@
-
[% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% END %] -[% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] --