From fcf82a51cd00ce42728466ccb943f3e7dc842d1e 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 fixes 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 | 26 +++++++++++----------- 1 file changed, 13 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..c726182 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 %] -- 2.1.0