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:
Sean Harvey 2007-11-07 05:57:56 +00:00
parent 4dc8883289
commit d5d196c347

View File

@ -330,8 +330,7 @@ class HtmlEditorField_Toolbar extends ViewableData {
),
new FieldSet(
new FormAction("insert", _t('HtmlEditorField.BUTTONINSERTLINK', "Insert link")),
new FormAction("remove", _t('HtmlEditorField.BUTTONREMOVELINK', "Remove link")),
new FormAction("cancel", _t('HtmlEditorField.BUTTONCANCEL', "Cancel"))
new FormAction("remove", _t('HtmlEditorField.BUTTONREMOVELINK', "Remove link"))
)
);
$form->loadDataFrom($this);