From a0ed7d9d8258178f7876031e0b850205f2382c7f Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
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 () {
         <div class="help"><ul>
             <li><b>Private list:</b> Is managed by you and can be seen only by you.</li>
             <li><b>Public list:</b> Can be seen by everybody, but managed only by you.</li>
-            <li>The owner of a list is always allowed to add entries, but needs permission to remove.</li>
         </ul>
         </div>
     </div>
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 %]<option value="0">Do not allow</option>[% ELSE %]<option value="0" selected="selected">Do not allow</option>[% END %]
             [% IF shelf.allow_add %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %]
         </select>
-        &nbsp;<span>anyone else to add entries. (The owner of a list is always allowed to add entries, but needs permission to remove.)</span>
+        &nbsp;<span>anyone else to add entries.</span>
     </li>
     <li>
         <label>&nbsp;</label>
-- 
2.1.0