@@ -, +, @@ shares or a public list. And you do not see them for a private list without shares. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -602,7 +602,9 @@ [% END %] [% END %] - [% INCLUDE list_permissions %] + [% IF shelf.category == PUBLIC OR shelf.is_shared %] + [% INCLUDE list_permissions %] + [% END %] [% UNLESS Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %] --