@@ -, +, @@ --- .../prog/en/modules/rotating_collections/addItems.tt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -20,8 +20,13 @@
+ [% IF ( ! colId ) %] +
+

Invalid collection Id

+

Return to rotating collections home

+
+ [% ELSE %] [% INCLUDE 'rotating-collections-toolbar.inc' %] -

Collection [% colTitle %]

[% IF ( previousActionAdd ) %] @@ -112,11 +117,11 @@
There are no items in this collection.
[% END %]
- + [% END %]
[% INCLUDE 'tools-menu.inc' %]
-[% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'intranet-bottom.inc' %] --