Skip to content

Commit

Permalink
Reverted r69824
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@75816 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sean Harvey authored and Sam Minnee committed Feb 2, 2011
1 parent 98f7d9b commit 928e937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms/HtmlEditorField.php
Expand Up @@ -430,7 +430,6 @@ function ImageForm() {
new ThumbnailStripField('Image', 'FolderID', 'getimages'),
new TextField('AltText', _t('HtmlEditorField.IMAGEALTTEXT', 'Alternative text (alt) - shown if image cannot be displayed'), '', 80),
new TextField('ImageTitle', _t('HtmlEditorField.IMAGETITLE', 'Title text (tooltip) - for additional information about the image')),
new CheckboxField('Caption', _t('HtmlEditorField.CAPTION', 'Include as Caption')),
new DropdownField(
'CSSClass',
_t('HtmlEditorField.CSSCLASS', 'Alignment / style'),
Expand Down

0 comments on commit 928e937

Please sign in to comment.