From 0605dedabab630f82f8791d71f3dce92a67c22dd 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. Signed-off-by: Alex Arnaud --- 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 () {
  • Private list: Is managed by you and can be seen only by you.
  • Public list: Can be seen by everybody, but managed only by you.
  • -
  • The owner of a list is always allowed to add entries, but needs permission to remove.
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 3b8af2c..d86636a 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