From 9a22634d5edb5020be8aa170ed3a8bfed100b67c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Aug 2015 14:13:15 +0100 Subject: [PATCH] Bug 14544: Remove wrong tips about permissions The owner of a list should not need any permission to remove contents. --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 1 - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 23b147c..44a2dae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -601,7 +601,6 @@ function placeHold () {
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 d3a0a07..2f25d9c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -17,7 +17,7 @@ [% IF shelf.allow_add %][% ELSE %][% END %] [% IF shelf.allow_add %][% ELSE %][% END %] -  anyone else to add entries. (The owner of a list is always allowed to add entries, but needs permission to remove.) +  anyone else to add entries.
  • -- 2.1.0