Attribute => aspect change.

This commit is contained in:
Colin Kuskie 2010-01-25 19:21:44 -08:00
parent 60375516ab
commit 9b3e21c123

View file

@ -21,10 +21,10 @@ use JSON;
use HTML::Packer;
use WebGUI::Definition::Asset;
attribute assetName => 'asset';
attribute tableName => 'assetData';
attribute icon => 'assets.gif';
attribute uiLevel => 1;
aspect assetName => 'asset';
aspect tableName => 'assetData';
aspect icon => 'assets.gif';
aspect uiLevel => 1;
property title => (
tab => "properties",
label => ['99','Asset'],