mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
reverted r49775 (accidental removal of "add" feature, its actually not redundant functionality)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50847 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dcedf0193a
commit
ae88663ee2
@ -97,7 +97,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
$fields->push($idField = new HiddenField("ID"));
|
||||
$idField->setValue($id);
|
||||
$actions = new FieldSet(
|
||||
//new FormAction('addmember',_t('SecurityAdmin.ADDMEMBER','Add Member'))
|
||||
new FormAction('addmember',_t('SecurityAdmin.ADDMEMBER','Add Member'))
|
||||
);
|
||||
|
||||
$actions->push(new FormAction('save',_t('SecurityAdmin.SAVE','Save')));
|
||||
|
Loading…
Reference in New Issue
Block a user