diff --git a/static/js/pandora/filesView.js b/static/js/pandora/filesView.js index 274633af5..5495e7d3c 100644 --- a/static/js/pandora/filesView.js +++ b/static/js/pandora/filesView.js @@ -27,6 +27,7 @@ pandora.ui.filesView = function(options, self) { }); self.$deleteButton = Ox.Button({ + disabled: !pandora.site.capabilities.canRemoveItems[pandora.user.ui.level], title: 'Delete ' + pandora.site.itemName.singular + '...', width: 128 })