Merge remote-tracking branch 'origin/new/bug_2780'
[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' %]