Explicitation of the swf file which seem like pdf file

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.0@42422 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2007-09-21 05:55:15 +00:00 committed by Sam Minnee
parent 4ea3d2c688
commit c83a3c75b1

View File

@ -105,7 +105,7 @@ class AssetTableField extends ComplexTableField {
new TextField( "PopupWidth", "Popup Width" ), new TextField( "PopupWidth", "Popup Width" ),
new TextField( "PopupHeight", "Popup Height" ), new TextField( "PopupHeight", "Popup Height" ),
new HeaderField( 'SWF File Options' ), 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' ) new CheckboxField( 'LimitDimensions', 'Limit The Dimensions In The Popup Window' )
) )
); );