From eecda158c3909ad89390be0e6c53303e009f368b Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 7 Jan 2009 04:33:18 +0000 Subject: [PATCH] ENHANCEMENT Caption support for the HtmlEditorField in the SS CMS. Ticket #2937 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69824 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/HtmlEditorField.php | 1 + 1 file changed, 1 insertion(+) diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index 19fbe60db..7a09bf62f 100755 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -423,6 +423,7 @@ class HtmlEditorField_Toolbar extends RequestHandler { new TextField('getimagesSearch', _t('HtmlEditorField.SEARCHFILENAME', 'Search by file name')), new ThumbnailStripField('Image', 'FolderID', 'getimages'), new TextField('AltText', _t('HtmlEditorField.ALTTEXT', 'Description'), '', 80), + new CheckboxField('Caption', _t('HtmlEditorField.CAPTION', 'Include as Caption')), new DropdownField( 'CSSClass', _t('HtmlEditorField.CSSCLASS', 'Alignment / style'),