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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt (-7 / +5 lines)
Lines 11-19 Link Here
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>Finally there are three types of lists you can choose from
13
<ul>
13
<ul>
14
    <li>A 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</li>
15
    <li>A 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
    <li>A open list can be seen and managed by everybody</li>
17
</ul>
16
</ul>
18
</li>
17
</li>
19
</ul>
18
</ul>
Lines 26-34 Link Here
26
<ul>
25
<ul>
27
	<li>Name the list and choose what type of list this is
26
	<li>Name the list and choose what type of list this is
28
<ul>
27
<ul>
29
    <li>A private list is managed by you and can be seen only by you</li>
28
    <li>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>
29
    <li>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>
30
</ul>
33
</li>
31
</li>
34
</ul>
32
</ul>
Lines 69-72 Link Here
69
67
70
<p><strong>See the full documentation for Lists in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/stafflists.html#lists">manual</a> (online).</strong></p>
68
<p><strong>See the full documentation for Lists in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/stafflists.html#lists">manual</a> (online).</strong></p>
71
69
72
[% INCLUDE 'help-bottom.inc' %]
70
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-3 / +2 lines)
Lines 505-512 function placeHold () { Link Here
505
    </div>
505
    </div>
506
    <div class="yui-u">
506
    <div class="yui-u">
507
        <div class="help"><ul>
507
        <div class="help"><ul>
508
            <li>A <b>Private</b> list is managed by you and can be seen only by you.</li>
508
            <li><b>Private list:</b> Is managed by you and can be seen only by you.</li>
509
            <li> A <b>Public</b> list can be seen by everybody, but managed only by you.</li>
509
            <li><b>Public list:</b> Can be seen by everybody, but managed only by you.</li>
510
            <li>The owner of a list is always allowed to add entries, but needs permission to remove.</li>
510
            <li>The owner of a list is always allowed to add entries, but needs permission to remove.</li>
511
        </ul>
511
        </ul>
512
        </div>
512
        </div>
513
- 

Return to bug 12749