Merge remote-tracking branch 'kc/new/bug_5616' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / virtualshelves / shelves.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Lists</h1>
4    
5 <p>A list can be created by visiting the Lists page and clicking 'New List'</p>
6
7 <p>The new list form offers several options for creating your list:</p>
8
9 <ul>
10         <li>The name is what will appear on the list of Lists</li>
11         <li>You can also choose how to sort the list</li>
12         <li>Finally there are three types of lists you can choose from
13 <ul>
14         <li>A Private List is managed by you and can be seen only by you</li>
15         <li>A Public List can be seen by everybody, but managed only by you</li>
16         <li>A Open List can be seen and managed by everybody</li>
17 </ul>
18 </li>
19 </ul>
20
21 <p>A list can also be created from the catalog search results</p>
22
23 <ul>
24         <li>Check the box to the left of the titles you want to add to the new list</li>
25         <li>Choose [New List] from the 'Add to:' pull down menu
26 <ul>
27         <li>Name the list and choose what type of list this is
28 <ul>
29         <li>A Private List is managed by you and can be seen only by you</li>
30         <li>A Public List can be seen by everybody, but managed only by you</li>
31         <li>A Open List can be seen and managed by everybody</li>
32 </ul>
33 </li>
34 </ul>
35 </li>
36 </ul>
37
38 <p>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.</p>
39
40 <h2>Add to a List</h2>
41
42 <p>To add titles to an existing list click on the list name from the page of lists</p>
43
44 <p>From the List page you can add titles by scanning barcodes into the box at the bottom of the page</p>
45
46 <p>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</p>
47
48 <h2>Viewing Lists</h2>
49
50 <p>To see the contents of a list, visit the Lists page on the staff client</p>
51
52 <p>Clicking on the 'List Name' will show the contents of the list</p>
53
54 <p><strong>See the full documentation for Lists in the <a href="http://manual.koha-community.org/3.6/en/stafflists.html#lists">manual</a> (online).</strong></p>
55
56 [% INCLUDE 'help-bottom.inc' %]