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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +3 lines)
Lines 602-608 Link Here
602
                                            [% END %]
602
                                            [% END %]
603
                                        </li>
603
                                        </li>
604
                                    [% END %]
604
                                    [% END %]
605
                                    [% INCLUDE list_permissions %]
605
                                    [% IF shelf.category == PUBLIC OR shelf.is_shared %]
606
                                        [% INCLUDE list_permissions %]
607
                                    [% END %]
606
                                </ol>
608
                                </ol>
607
                                [% UNLESS Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %]
609
                                [% UNLESS Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %]
608
                                    <input type="hidden" name="category" value="[% PRIVATE %]" />
610
                                    <input type="hidden" name="category" value="[% PRIVATE %]" />
609
- 

Return to bug 18214