Explicitation of the swf file which seem like pdf file (merged from 2.1.0 branch, r42424)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42936 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-10-02 05:12:33 +00:00
parent f9b314d662
commit 60440e888f

View File

@ -107,7 +107,7 @@ class AssetTableField extends ComplexTableField {
new TextField( 'PopupWidth', 'Popup Width' ),
new TextField( 'PopupHeight', 'Popup Height' ),
new HeaderField( 'SWF File Options' ),
new CheckboxField( 'Embed', 'Force Embeding' ),
new CheckboxField( 'Embed', 'Is A Flash Document' ),
new CheckboxField( 'LimitDimensions', 'Limit The Dimensions In The Popup Window' )
)
);