mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Adding css classes to CMSMain->AddPageOptionsForm
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92711 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dc4375a383
commit
9e88dbb8c5
@ -1035,7 +1035,11 @@ JS;
|
||||
new FormAction("addpage", _t('CMSMain.GO',"Go"))
|
||||
);
|
||||
|
||||
return new Form($this, "AddPageOptionsForm", $fields, $actions);
|
||||
$form = new Form($this, "AddPageOptionsForm", $fields, $actions);
|
||||
|
||||
$form->addExtraClass('actionparams');
|
||||
|
||||
return $form;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user