@@ -, +, @@ - Click the "Rota" link in the sidebar. - Confirm that the table of items on this page is surrounded by a container with a white-background. --- .../en/modules/catalogue/stockrotation.tt | 199 +++++++++--------- 1 file changed, 100 insertions(+), 99 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt @@ -44,119 +44,120 @@ [% IF no_op_set %]

Stock rotation details for [% INCLUDE 'biblio-title.inc' %]

[% IF rotas.count > 0 && items.size > 0 %] - - - - - - - - - - - - - - - [% FOREACH item IN items %] +
+
+ - - - - + + + + + + + + + + [% FOREACH item IN items %] + + + + + + + - - + - - - [% END %] - - + + + [% END %] + + + [% END %] [% IF !items || items.size == 0 %]

No physical items for this record

--