mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Fixed glitch in permission code formats.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@90551 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c33022f987
commit
0071e37840
@ -1311,12 +1311,12 @@ JS;
|
|||||||
PR_MEDIUM,
|
PR_MEDIUM,
|
||||||
"Item in permission selection identifying the admin section, with title and classname. Example: Access to Files & Images"
|
"Item in permission selection identifying the admin section, with title and classname. Example: Access to Files & Images"
|
||||||
), $title),
|
), $title),
|
||||||
Two => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access')
|
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$perms["CMS_ACCESS_LeftAndMain"] = array(
|
$perms["CMS_ACCESS_LeftAndMain"] = array(
|
||||||
'name' => _t('CMSMain.ACCESSALLINTERFACES', 'Access to all CMS sections'),
|
'name' => _t('CMSMain.ACCESSALLINTERFACES', 'Access to all CMS sections'),
|
||||||
Two => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access'),
|
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access'),
|
||||||
'sort' => -100
|
'sort' => -100
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user