[% INCLUDE 'virtualshelves-toolbar.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'error_on_update' %]
An error occurred when updating this list. Perhaps the value already exists.
[% CASE 'error_on_insert' %]
An error occurred when inserting this list. Perhaps the name already exists.
[% CASE 'error_on_delete' %]
An error occurred when deleting this list. Check the logs.
[% CASE 'error_on_add_biblio' %]
The item has not been added to the list. Please check it's not in this list yet.
[% CASE 'success_on_update' %]
List updated with success.
[% CASE 'success_on_insert' %]
List inserted with success.
[% CASE 'success_on_delete' %]
List deleted with success.
[% CASE 'success_on_add_biblio' %]
The item has been added to the list.
[% CASE 'success_on_remove_biblios' %]
The item has been removed from the list.
[% CASE 'does_not_exist' %]
This list does not exist.
[% CASE 'item_does_not_exist' %]
This item does not exist.
[% CASE 'unauthorized_on_view' %]
You do not have permission to view this list.
[% CASE 'unauthorized_on_update' %]
You do not have permission to update this list.
[% CASE 'unauthorized_on_delete' %]
You do not have permission to delete this list.
[% CASE 'unauthorized_on_add_biblio' %]
You do not have permission to add a biblio to this list.
[% CASE 'no_biblio_removed' %]
No biblio has been removed.
[% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
An error occurred when inserting this list. The name already [% shelfname %] exists.
[% CASE 'DBIx::Class::Exception' %]
[% m.msg %]
[% CASE %]
[% m.code %]
[% END %]
[% END %]
[% IF op == 'view' %]
[% IF itemsloop %]
Contents of [% shelf.shelfname | html %]
[% pagination_bar %]
[% END %]
[% END %]
[% IF can_add_biblios %]
[% END %]
[% IF op == 'add_form' OR op == 'edit_form' %]
- Private list: Is managed by you and can be seen only by you.
- Public list: Can be seen by everybody, but managed only by you.
[% END %]
[% IF op == 'list' %]
Lists
[% END %]