From 9b3e21c123c9b68834a080ebc03377754817a424 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 25 Jan 2010 19:21:44 -0800 Subject: [PATCH] Attribute => aspect change. --- lib/WebGUI/Asset.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'],