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 |
- |
|
|