Make the Story Manager assets use the new icons.
This commit is contained in:
parent
f54e975c14
commit
ef7abeec77
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue