From f9c25b2465e811627cdac4539f50558e50e24ddf Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 9 Jan 2009 02:24:57 +0000 Subject: [PATCH] MINOR Removed "edit image" button since the image editor has been removed git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69939 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/HtmlEditorField.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index 7a09bf62f..409f77532 100755 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -440,8 +440,7 @@ class HtmlEditorField_Toolbar extends RequestHandler { ) ), new FieldSet( - new FormAction('insertimage', _t('HtmlEditorField.BUTTONINSERTIMAGE', 'Insert image')), - new FormAction('editimage', _t('HtmlEditorField.BUTTONEDITIMAGE', 'Edit image')) + new FormAction('insertimage', _t('HtmlEditorField.BUTTONINSERTIMAGE', 'Insert image')) ) );