@@ -, +, @@ are no lists --------- -- Notice that the whole save to list section is there. -- Notice you can only add now, which makes sense. --- .../en/modules/virtualshelves/addbybiblionumber.tt | 86 +++++++++++----------- .../bootstrap/en/modules/opac-addbybiblionumber.tt | 2 +- 2 files changed, 45 insertions(+), 43 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -15,26 +15,27 @@ [% ELSE %] [% IF ( multiple ) %] -

Add [% total %] items to [% IF ( singleshelf ) %][% shelfname | html%]: [% ELSE %]a list:[% END %]

+

Add [% total %] items to [% IF ( singleshelf ) %][% shelfname | html%]: [% ELSE %]a list:[% END %]

[% ELSE %]

Add to [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %]a list:[% END %]

[% END %] - - [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me %] + [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me.count %]
Select a list --