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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 lines)
Lines 601-607 function placeHold () { Link Here
601
        <div class="help"><ul>
601
        <div class="help"><ul>
602
            <li><b>Private list:</b> Is managed by you and can be seen only by you.</li>
602
            <li><b>Private list:</b> Is managed by you and can be seen only by you.</li>
603
            <li><b>Public list:</b> Can be seen by everybody, but managed only by you.</li>
603
            <li><b>Public list:</b> Can be seen by everybody, but managed only by you.</li>
604
            <li>The owner of a list is always allowed to add entries, but needs permission to remove.</li>
605
        </ul>
604
        </ul>
606
        </div>
605
        </div>
607
    </div>
606
    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
            [% IF shelf.allow_add %]<option value="0">Do not allow</option>[% ELSE %]<option value="0" selected="selected">Do not allow</option>[% END %]
17
            [% IF shelf.allow_add %]<option value="0">Do not allow</option>[% ELSE %]<option value="0" selected="selected">Do not allow</option>[% END %]
18
            [% IF shelf.allow_add %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %]
18
            [% IF shelf.allow_add %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %]
19
        </select>
19
        </select>
20
        &nbsp;<span>anyone else to add entries. (The owner of a list is always allowed to add entries, but needs permission to remove.)</span>
20
        &nbsp;<span>anyone else to add entries.</span>
21
    </li>
21
    </li>
22
    <li>
22
    <li>
23
        <label>&nbsp;</label>
23
        <label>&nbsp;</label>
24
- 

Return to bug 14544