diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt index 6f2d68b30f..0bd79abbbe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt @@ -2,87 +2,55 @@
Lists are permanent lists of items, similar to 'favorites'. Lists can be used to keep track of 'favorites' or to create reading lists as a readers' advisory tool. Items in a list link directly to your catalog.
+A list can be created by visiting the Lists page and clicking 'New List'
-There are three kinds of 'lists'
- -IMPORTANT: To use lists this function must be enabled in your system preferences
-TIP: For instance, let's say you were putting together a reading list. You could make that list 'private' until items had been added, then 'edit' the list to change the 'category' to public when you were ready for the list to be seen by other users.
- -You can easily place a hold on multiple items from a list simply by clicking the checkboxes and then the 'Place Hold' button
- -Can I add items to a staff list right from the 'Lists' module?
- -Yes! To add an item to a list from the 'Lists' management module...
+The new list form offers several options for creating your list:
Can I add items to the list from the detail page?
+A list can also be created from the catalog search results
Why can I add items to other users' 'private' lists when I'm logged in as staff?
+Once the list is saved it will accessible from the Lists page and from the 'Add to' menu at the top of the search results.
-No, private lists will remain private. You can see your own private lists from the staff client by clicking on the 'Your Lists' tab.
+Can I see what lists a bib record is in?
+To add titles to an existing list click on the list name from the page of lists
-Yes, on the detail page you will see a list of the lists that the title is in on the right hand side of the page
+From the List page you can add titles by scanning barcodes into the box at the bottom of the page
-As a staff member, what can I do with public lists created by patrons?
+A title can also be added to a list by selecting titles on the search results page and choosing the list from the 'Add to' menu
-Anyone with superlibrarian permission to edit/delete public patron lists. Editing is limited to editing the title or sorting order. -I have the 'virtualshelves' setting 'disabled' why can I still see the 'lists' menu in my staff client
+Even if lists are 'disabled' for the OPAC, staff users still have access to them from the staff side. The 'virtualshelves' preference only affects whether or not the feature is available from the OPAC.
+To see the contents of a list, visit the Lists page on the staff client
+ +Clicking on the 'List Name' will show the contents of the list
+ +See the full documentation for Lists in the manual (online).
[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file