@@ -, +, @@ Bug 14544: Remove wrong tips about permissions --- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -14,24 +14,24 @@
  • -  anyone else to add entries. +  anyone else to add entries.
  •  anyone to remove his own contributed entries.
  •  anyone to remove other contributed entries.
  • @@ -46,22 +46,22 @@ [% END %] [% IF op != 'list' %] - Lists +
  • Lists
  • [% ELSE %] - Lists +
  • Lists
  • [% END %] [% IF shelf and shelf.category == PRIVATE %] › [% IF op == 'view' OR op == 'edit_form' %] - Your lists +
  • Your lists
  • [% ELSE %] - Your lists +
  • Your lists
  • [% END %] [% ELSIF shelf AND shelf.category == PUBLIC %] › [% IF op == 'view' %] - Public lists +
  • Public lists
  • [% ELSE %] - Public lists +
  • Public lists
  • [% END %] [% END %] @@ -705,6 +705,8 @@

    No private lists.

    [% END %] [% END %] +
    [%# privateshelves or publicshelves %] +
    [%#
    %] [% ELSIF NOT loggedinusernumber %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
    Log in to create new lists.
    --