[% UNLESS (authorized) %]
[% IF (errcode==1) %]Could not create a new list. Please check the name.
[% END %]
[% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.
[% END %]
Close this window.
[% ELSE %]
[% IF ( multiple ) %]
Add [% total | html %] items to [% IF ( singleshelf ) %][% shelfname | html %]: [% ELSE %]a list:[% END %]
[% ELSE %]
Add to [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %]a list:[% END %]
[% END %]
[% FOREACH biblio IN biblios %]
- [% biblio.title | html %]
[% IF ( biblio.author ) %] [% biblio.author | html %] [% END %]
[% END %]
[% END %]
[% SET popup_window = 1 %]
[% INCLUDE 'intranet-bottom.inc' %]