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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 601-608 Link Here
601
                                                <span class="hint alert alert-info">The library has disabled the ability for patrons to create new public lists.  If you make your list private, you will not be able to make it public again.</span>
601
                                                <span class="hint alert alert-info">The library has disabled the ability for patrons to create new public lists.  If you make your list private, you will not be able to make it public again.</span>
602
                                            [% END %]
602
                                            [% END %]
603
                                        </li>
603
                                        </li>
604
                                        [% INCLUDE list_permissions %]
605
                                    [% END %]
604
                                    [% END %]
605
                                    [% INCLUDE list_permissions %]
606
                                </ol>
606
                                </ol>
607
                                [% UNLESS Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %]
607
                                [% UNLESS Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %]
608
                                    <input type="hidden" name="category" value="[% PRIVATE %]" />
608
                                    <input type="hidden" name="category" value="[% PRIVATE %]" />
609
- 

Return to bug 18214