View | Details | Raw Unified | Return to bug 19255
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt (-14 / +11 lines)
Lines 7-33 Link Here
7
<p>The new list form offers several options for creating your list:</p>
7
<p>The new list form offers several options for creating your list:</p>
8
8
9
<ul>
9
<ul>
10
	<li>The name is what will appear on the list of Lists</li>
10
	<li>First choose the name of your list.</li>
11
	<li>You can also choose how to sort the list</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
12
	<li>Additionally, there are two categories you can choose from:
13
<ul>
13
<ul>
14
    <li>Private list: Is managed by you and can be seen only by you</li>
14
    <li>Private list: Is managed by you and can be seen only by you or the people you choose to share the list with.</li>
15
    <li>Public list: Can be seen by everybody, but managed only by you</li>
15
    <li>Public list: Can be seen by everybody, but managed only by you.</li>
16
</ul>
16
</ul>
17
</li>
17
</li>
18
    <li>Finally, in 'Allow changes to contents from', you can make the list readonly (by selecting Nobody), or you can allow only changes from yourself (Owner only). In case of a shared list or a public list, you can also allow changes from other people (Anyone seeing this list).</li>
18
</ul>
19
</ul>
19
20
20
<p>A list can also be created from the catalog search results</p>
21
<p>A list can also be created from the catalog search results:</p>
21
22
22
<ul>
23
<ul>
23
	<li>Check the box to the left of the titles you want to add to the new list</li>
24
	<li>Check the box to the left of the titles you want to add to the new list.</li>
24
    <li>Choose [New list] from the 'Add to:' pull down menu
25
    <li>Choose [New list] from the 'Add to:' pull down menu.
25
<ul>
26
<ul>
26
	<li>Name the list and choose what type of list this is
27
	<li>Name the list and choose the list category.
27
<ul>
28
    <li>Private list: Is managed by you and can be seen only by you</li>
29
    <li>Public list: Can be seen by everybody, but managed only by you</li>
30
</ul>
31
</li>
28
</li>
32
</ul>
29
</ul>
33
</li>
30
</li>
Lines 49-55 Link Here
49
46
50
<p>Clicking on the 'List name' will show the contents of the list</p>
47
<p>Clicking on the 'List name' will show the contents of the list</p>
51
48
52
<h2>Merging Bibliographic Records Via Lists</h2>
49
<h2>Merging bibliographic records via Lists</h2>
53
50
54
<p>The easiest way to merge together duplicate bibliographic records is to add them to a list and use the Merge Tool from there.</p>
51
<p>The easiest way to merge together duplicate bibliographic records is to add them to a list and use the Merge Tool from there.</p>
55
52
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-8 lines)
Lines 614-626 function AdjustRemark() { Link Here
614
    </fieldset>
614
    </fieldset>
615
    </form>
615
    </form>
616
    </div>
616
    </div>
617
    <div class="yui-u">
618
        <div class="help"><ul>
619
            <li><b>Private list:</b> Is managed by you and can be seen only by you.</li>
620
            <li><b>Public list:</b> Can be seen by everybody, but managed only by you.</li>
621
        </ul>
622
        </div>
623
    </div>
624
</div>
617
</div>
625
[% END %]
618
[% END %]
626
619
627
- 

Return to bug 19255