@@ -, +, @@ --- .../prog/en/modules/virtualshelves/shelves.tt | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -146,7 +146,13 @@ function placeHold () { [% END %] [% IF ( paramsloo.duplicatebiblio ) %]
A record matching barcode [% paramsloo.duplicatebiblio %] has already been added.
- [% END %] + [% END %] + [% IF ( paramsloo.nothingdeleted) %] +
Warning: You could not delete any selected items from this shelf.
+ [% END %] + [% IF ( paramsloo.somedeleted) %] +
Warning: You could not delete all selected items from this shelf.
+ [% END %] [% END %] --