diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index 17a7377a..9939220d 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -27,13 +27,11 @@ class AssetAdmin extends LeftAndMain { 'deletefolder', 'deletemarked', 'DeleteItemsForm', - 'deleteUnusedThumbnails', 'doUpload', 'getfile', 'getsubtree', 'movemarked', 'removefile', - 'save', 'savefile', 'sync', 'uploadiframe', diff --git a/code/CMSMain.php b/code/CMSMain.php index 5125a513..d2f253b6 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -32,8 +32,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr 'canceldraftchangesdialog', 'compareversions', 'createtranslation', - 'delete', - 'deletefromlive', 'deleteitems', 'DeleteItemsForm', 'dialog', @@ -44,13 +42,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr 'publishall', 'publishitems', 'PublishItemsForm', - 'restore', - 'revert', - 'rollback', 'RootForm', 'sidereport', 'submit', - 'unpublish', 'versions', 'EditForm', 'AddPageOptionsForm', diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index eddf6f2f..8e050593 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -50,7 +50,6 @@ class LeftAndMain extends Controller { 'getsubtree', 'myprofile', 'printable', - 'save', 'show', 'Member_ProfileForm', 'EditorToolbar',