Add fine-grained export controls. You can now specify whether you want specific

assets to be exportable. If any of an asset's parents aren't exportable, that
asset also won't be exportable.
This commit is contained in:
Chris Nehren 2008-01-02 22:32:40 +00:00
parent ba44d57e9f
commit 7accc3c57f
6 changed files with 53 additions and 4 deletions

View file

@ -1027,6 +1027,16 @@ Couldn't open %-s because %-s <br />
lastUpdated => 1160773957,
},
'make asset exportable' => {
message => q|Make this asset exportable?|,
lastUpdated => 0,
},
'make asset exportable description' => {
message => q|<p>Will this asset be exportable? This asset, and all of its parent assets, must be exportable for this asset to be exported.</p>|,
lastUpdated => 0,
},
};
1;