fixed: Thingy has no icon

This commit is contained in:
Graham Knop 2008-03-19 15:38:38 +00:00
parent c9c14261d0
commit 7d3c1d2ca6
4 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
7.5.7 7.5.7
- fixed: HttpProxy mixes original site's content encoding with WebGUI's - fixed: HttpProxy mixes original site's content encoding with WebGUI's
- fixed: Thingy i18n has an empty message - fixed: Thingy i18n has an empty message
- fixed: Thingy has no icon
7.5.6 7.5.6
- fixed: events get start/end time even when none specified (also can offset start/end day) - fixed: events get start/end time even when none specified (also can offset start/end day)

View file

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

View file

Before

Width:  |  Height:  |  Size: 1,004 B

After

Width:  |  Height:  |  Size: 1,004 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After