@@ -, +, @@ page --- .../rotatingCollections.tt | 64 ++++++++++--------- 1 file changed, 33 insertions(+), 31 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt @@ -40,37 +40,39 @@

Rotating collections

[% IF ( collectionsLoop ) %] - - - - - - - - - - - [% FOREACH collectionsLoo IN collectionsLoop %] - - - - - - - [% END %] - -
TitleDescriptionCurrent library 
[% collectionsLoo.colTitle | html %][% collectionsLoo.colDesc | html %][% Branches.GetName( collectionsLoo.colBranchcode ) | html %] - -
+
+ + + + + + + + + + + [% FOREACH collectionsLoo IN collectionsLoop %] + + + + + + + [% END %] + +
TitleDescriptionCurrent library 
[% collectionsLoo.colTitle | html %][% collectionsLoo.colDesc | html %][% Branches.GetName( collectionsLoo.colBranchcode ) | html %] + +
+
[% ELSE %]
There are no collections currently defined.
[% END %] --