Make the Story Manager assets use the new icons.

This commit is contained in:
Colin Kuskie 2009-05-13 22:04:43 +00:00
parent f54e975c14
commit ef7abeec77
3 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ sub definition {
);
push(@{$definition}, {
assetName => $i18n->get('assetName'),
icon => 'assets.gif',
icon => 'story.gif',
tableName => 'Story',
className => 'WebGUI::Asset::Story',
properties => \%properties,

View file

@ -157,7 +157,7 @@ sub definition {
);
push(@{$definition}, {
assetName=>$i18n->get('assetName'),
icon=>'assets.gif',
icon=>'storyarchive.gif',
autoGenerateForms=>1,
tableName=>'StoryArchive',
className=>'WebGUI::Asset::Wobject::StoryArchive',

View file

@ -75,7 +75,7 @@ sub definition {
);
push(@{$definition}, {
assetName=>$i18n->get('assetName'),
icon=>'assets.gif',
icon=>'storytopic.gif',
autoGenerateForms=>1,
tableName=>'StoryTopic',
className=>'WebGUI::Asset::Wobject::StoryTopic',