Add icons for ThingyRecord.

This commit is contained in:
Colin Kuskie 2009-07-14 23:21:56 +00:00
parent 6aa3784636
commit 79dbea5025
4 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- fixed #10630: If macro says that 0 is true
- WebGUI::Shop::PayDriver::PayPal::PayPalStd replaced by WebGUI::Shop::PayDriver::PayPal. PayPalStd fought the Shop API and didn't work.
- fixed #10633: GET requests in Operation/User require valid CSRF token.
- fixed #10621: ThingRecord needs an Asset Icon
7.7.14
- fixed #10606: shelf selector

View file

@ -104,7 +104,7 @@ sub definition {
);
push @{$definition}, {
assetName => $i18n->get('assetName'),
icon => 'ThingyRecord.gif',
icon => 'thingyRecord.gif',
autoGenerateForms => 1,
tableName => 'ThingyRecord',
className => __PACKAGE__,

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB