From 56abe470e9950e6ee838b5480a8fc9fca299cf3f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 25 Aug 2015 13:10:46 +0100 Subject: [PATCH] Bug 14544: Fix several minor bugs at the OPAC follow-up for Bug 14544: Remove wrong tips about permissions and Bug 14544: Make the OPAC side independent of Page.pm --- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index 245a8dd..4fa53d8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/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.
    -- 2.1.0