mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removed cancel button for link form - this is closed using the x icon now
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44455 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4dc8883289
commit
d5d196c347
@ -330,8 +330,7 @@ class HtmlEditorField_Toolbar extends ViewableData {
|
|||||||
),
|
),
|
||||||
new FieldSet(
|
new FieldSet(
|
||||||
new FormAction("insert", _t('HtmlEditorField.BUTTONINSERTLINK', "Insert link")),
|
new FormAction("insert", _t('HtmlEditorField.BUTTONINSERTLINK', "Insert link")),
|
||||||
new FormAction("remove", _t('HtmlEditorField.BUTTONREMOVELINK', "Remove link")),
|
new FormAction("remove", _t('HtmlEditorField.BUTTONREMOVELINK', "Remove link"))
|
||||||
new FormAction("cancel", _t('HtmlEditorField.BUTTONCANCEL', "Cancel"))
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$form->loadDataFrom($this);
|
$form->loadDataFrom($this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user