ENHANCEMENT added new permission, SITETREE_REORGANISE

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@84073 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Tom Rix 2009-08-09 22:29:45 +00:00
parent 5903fcaa05
commit 63e2d4d72e

View File

@ -2133,6 +2133,10 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
'SiteTree.EDIT_ALL_DESCRIPTION',
'Can edit any page on the site, regard of the settings on the Access tab'
),
'SITETREE_REORGANISE' => _t(
'SiteTree.REORGANISE_DESCRIPTION',
'Can reorganise the site tree'
),
);
}