diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index d5d080760..0334a4adf 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -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'],