Skip to content

Commit

Permalink
Explicitation of the swf file which seem like pdf file
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.0@42422 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Romain Louis authored and Sam Minnee committed Feb 2, 2011
1 parent 4ea3d2c commit c83a3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/AssetTableField.php
Expand Up @@ -105,7 +105,7 @@ function DetailForm() {
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' )
)
);
Expand Down

0 comments on commit c83a3c7

Please sign in to comment.