Bug 14544: Remove wrong tips about permissions
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Aug 2015 13:13:15 +0000 (14:13 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2015 12:58:02 +0000 (09:58 -0300)
The owner of a list should not need any permission to remove contents.

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt

index 3b9a43c..25159f1 100644 (file)
@@ -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>
index 3b8af2c..d86636a 100644 (file)
@@ -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>